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 221 forks source link

Don't show upload metadata if readonly and missing #6298

Closed ebruchez closed 5 months ago

ebruchez commented 5 months ago

This is the case if the data contains an image resource without metadata, for example as result of an import. Since the user cannot do anything with the attachment, not even remove it if it is readonly, we shouldn't show the metadata box.

image
ebruchez commented 5 months ago

Desired result:

image