You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broken read-only form field mechanism in submission forms
The read-only visibility mechanism for submission form fields was not
working, as references to SectionVisibility attributes (`main`, `other`)
remained after its removal in DSpace CRIS 2024.02.00.
This fix adapts the relevant checks in `field-parser.ts` and adds the
missing import required for correct handling of `SubmissionVisibility`.
Signed-off-by: Katharina Kaiser <katharina.kaiser@tuwien.ac.at>
0 commit comments