orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
514 stars 220 forks source link

FB permissions must specify CRUD operations #1149

Open ebruchez opened 11 years ago

ebruchez commented 11 years ago

Right now, there is confusion with the support for form. As the doc says:

"Restrictions on the form name in form-builder-permissions.xml are at this point not supported; only restrictions on the app name are supported. This means that you should always use form="*". If you define a restriction on the form name, it won't be enforced at the time the form is created, allowing users to create, save, and publish a form with an undesirable name. However they then won't be able to see the form they created when going back to the summary page."

This would be solved with more specific CRUD operations:

Might need an additional publish/unpublish permission?

Ideally, this should be unified with the FR permissions.

ebruchez commented 10 years ago

+1 from potential customer.