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
Describe the bug
Submission forms: A qualdrop-value field which is marked as mandatory is not accepted by DSpace as "present", although a value was entered.
In the example:
The fields dc.contributor.author, field dc.contributor.illustrator are combined into a qualdrop_value field.
The illustrator is given, but the qualdrop_value field is not accepted as "present"
Enter dc.contributor.author instead, and the qualdrop_value field is accepted as "present".
The problem seems to be another mandatory dc.contributor.author field which is present in the same submission forms. However, this other field has other type-bind value and thus should not be considered by DSpace when checking for mandatory fields.
Version 7.6.1, Mozilla Firefox
To Reproduce
Steps to reproduce the behavior:
Add the following section to your submission-forms.xml:
Describe the bug
Submission forms: A qualdrop-value field which is marked as mandatory is not accepted by DSpace as "present", although a value was entered.
In the example:
The fields dc.contributor.author, field dc.contributor.illustrator are combined into a qualdrop_value field.
The illustrator is given, but the qualdrop_value field is not accepted as "present"
Enter dc.contributor.author instead, and the qualdrop_value field is accepted as "present".
The problem seems to be another mandatory dc.contributor.author field which is present in the same submission forms. However, this other field has other type-bind value and thus should not be considered by DSpace when checking for mandatory fields.
Version 7.6.1, Mozilla Firefox
To Reproduce
Steps to reproduce the behavior:
as well as the value-pairs
Expected behavior
The mandatory qualdrop_value field is accepted as "present" as soon as one value is entered.
Related work
The text was updated successfully, but these errors were encountered: