omeka-s-modules / Collecting

GNU General Public License v3.0
2 stars 6 forks source link

Omeka S 4 issue: fieldset in site settings #80

Closed zerocrates closed 1 year ago

zerocrates commented 1 year ago

Site settings in 4.x uses the new "groups" feature, so it's not "flattening" fieldset data anymore, as it doesn't expect fieldsets to be there.

Display-wise the Collecting settings are just stuck in at the top, which isn't so bad, but more relevantly changes to the settings don't get applied.

Switching to the "groups" system instead of a fieldset is the obvious fix, but it does imply that any module doing the same has to make the same change.