Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top