4Science / DSpace

This repository contains the 4Science optimized DSpace & DSpace-CRIS distribution.
https://wiki.lyrasis.org/display/DSPACECRIS/
BSD 3-Clause "New" or "Revised" License
42 stars 61 forks source link

input-type list (submission form) hides security switch (setting visibility) #406

Open dominik-kern opened 9 months ago

dominik-kern commented 9 months ago

With input-type list in submission-forms.xml the security-switch for setting the visibility (public, owner-only) is not displayed.

To Reproduce With DSpace CRIS v2023.01.01 set metadatavalue.visibility.settings = [0 1 2] and<input-type value-pairs-name="...">list</input-type>

Expected behavior The security-switch is expected to by displayed independently on the input-type of the form.

dominik-kern commented 9 months ago

Having the same settings in metadata-security.cfg, input-type dropdown displays the switch to set the security-level while input-type list does not. list dropdown

saschaszott commented 9 months ago

related bug: https://github.com/4Science/dspace-angular/issues/46