Save a document using batchPlay shows dialog when dialogOptions is silent

Hi there.
I’m using the batchPlay API of the UXP plugin to automate some editing functions in Photoshop. After editing, I save the document using batchPlay API as well. This approach has worked well so far.
Recently, I encountered the following dialog box while saving one document.

This document contains nested layer groups that may change in appearance if opened in applications older than Photoshop CS6.

According to the batchPlay API document, the default value of dialogOptions is silent, so I expect no dialogs.
I would like to know if this is intentional or a bug.
Thanks in advance.

Dialogs should follow dialogOptions. If that is set properly but feature ignores it… I used to report it to Tom Ruark and he fixed some of them. But Tom doesn’t work at Adobe anymore. And scripting is low priority for Photoshop. It might not be fixed anytime soon. You might need something pressing ESC key if script is stuck but that is easier said than done.

Or maybe there could be “do not show again” checkbox if you are lucky.

1 Like

Thank you for your helpful reply.
Luckily there was a ‘Do not show again’ checkbox this time, but it’s a hassle to check this on every instance of photoshop that installs the UXP plugin, so I’d love to see it fixed by adobe.
Is there an official place to file a bug report to adobe? Is it here?