-
Notifications
You must be signed in to change notification settings - Fork 496
Labels
Description
Describe the bug
In DSpace, an Item Template allows repository administrators to define default metadata values for items submitted to a specific Collection. However, fields that use type-bind do not load their default values from the template. When the submission form is rendered, the type-bind field appears empty instead of being pre-filled with the defined default value.
To Reproduce
Steps to reproduce the behavior:
- Create an Item Template in a Collection and set a default value for a field that uses type-bind.
- Start a new submission in that Collection.
- Select a type value that triggers the type-bind field to appear.
- Navigate to the step containing the type-bind field.
- Observed result: The type-bind field is empty — the default value defined in the Item Template is not loaded.
Expected behavior
The type-bind field should be automatically filled with the default value defined in the Collection’s Item Template, just like other metadata fields.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🏗 In Progress