Orbeon form builder:
in new mode,How can i set default value for "app".
I try to do it in dialog-form-setting.xpl.But it not work.

有帮助吗?

解决方案

If you want users to only be able to create forms in a certain app, you don't need to change dialog-form-setting.xpl but instead can just update the form-builder-permissions.xml to include:

<role name="*" app="myapp" form="*"/>

where myapp is the app you want to restrict users to. And of course, through this configuration file, you can make that restriction more granular, on per-role basis.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top