문제

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