-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DSpace 7: Behaviour of orange warning icon / red error icon during submission #2572
Comments
This needs more information on how to reproduce the issue. For example, an example configuration or screenshots or similar. It's unclear to me what is being reported. Generally, the red status means that the form is showing an error, while yellow/orange is a warning that required information is not yet completed in that section. The yellow/orange should change to green when required info is added to the section. The yellow/orange should change to red if you attempt to submit/save the form without filling out the required data.
This might be related to DSpace/DSpace#8969 Needs more information on how to reproduce. |
Based on the description above, this sounds similar to DSpace/DSpace#8969 and DSpace/DSpace#8972. It sounds like these status icons are just getting cached in several scenarios and do not update automatically. I'll pull this ticket over to the 7.6.x maintenance board in search of a volunteer. It's possible that one fix could solve all three of these issues. |
Regarding @f-rapp 's second point, we also face the problem, that forms with type-bind related rows display the yellow/orange warning sign even if all required fields (and even if all fields) are filled out. This won't change to a green icon when refreshing, so there seems to be a second problem causing this behavior. |
Here is an example: Even though there are no open mandatory fields, the icon is orange and a refresh doesn't change that. There are mandatory fields with type-bind: `
|
If I comment out all rows which are a) required and b) have a type-bind value hiding them in the current submission, the icon becomes green with the same fields filled out. |
Describe the bug
Submission forms: There are sections where all mandatory fields have values, however there is an orange or a red icon showing that something is wrong with the section.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The orange and red icons should behave consistently and be self-explanatory.
Related work
The text was updated successfully, but these errors were encountered: