I am using the app and would like to report an issue related to the central deployment of menu configuration files.
In our environment, menu definitions (JSON files) are created centrally and then copied into the corresponding menu settings folder on multiple clients in order to deploy them consistently. The following behavior occurs:
When a new or updated menu file is copied into the respective folder on a client, it is not automatically recognized by the app and does not appear in the Windows context menu. Restarting the app does not resolve the issue.
The menu is only processed correctly and displayed in the Windows context menu after the respective file is opened within the app, slightly modified, and then saved. It appears that the configuration is only registered or processed after an explicit save operation within the app.
The goal is to manage the menu configuration files centrally and deploy them automatically to multiple clients without requiring manual interaction within the app on each individual client.
My questions are:
- Is it generally supported or possible to centrally deploy menu files so that they are automatically detected and integrated by the app?
- Is there any mechanism (e.g., a command, background refresh, or registration process) that would eliminate the need to manually open and save the files?
- Does saving within the app trigger an additional process that does not occur when simply copying the JSON file?
I would appreciate guidance on how to properly implement centralized management and deployment of the configuration files.
Best regards
Thomas
I am using the app and would like to report an issue related to the central deployment of menu configuration files.
In our environment, menu definitions (JSON files) are created centrally and then copied into the corresponding menu settings folder on multiple clients in order to deploy them consistently. The following behavior occurs:
When a new or updated menu file is copied into the respective folder on a client, it is not automatically recognized by the app and does not appear in the Windows context menu. Restarting the app does not resolve the issue.
The menu is only processed correctly and displayed in the Windows context menu after the respective file is opened within the app, slightly modified, and then saved. It appears that the configuration is only registered or processed after an explicit save operation within the app.
The goal is to manage the menu configuration files centrally and deploy them automatically to multiple clients without requiring manual interaction within the app on each individual client.
My questions are:
I would appreciate guidance on how to properly implement centralized management and deployment of the configuration files.
Best regards
Thomas