State of submission form when toggling fields with type-binding #3248
Labels
affects: 8.x
Issue impacts 8.x releases
bug
component: submission
help wanted
Needs a volunteer to claim to move forward
Describe the bug
In DSpace v8, the state of the submission form is inconsistent when using type-binds (related to the "dc.type" field) in multiple steps. As I understand the problem, it only affects the Dspace-Angular part - the backend state seems to be correct.
To reproduce
Steps to reproduce the behavior:
If you change the case and add two type bindings in the first step, you can see that only the form fields of one step (always the first?) are cleared. The fields with type bindings in all other steps remain unaffected and still contain the previously entered value.
Expected behavior
As I understand the submission form, the two fields - which are related to the dc.type value - should be completely cleared in both steps after changing and saving the dc.type input form field. When you reload the submission form after step 7, the related fields are empty in both steps as expected.
The text was updated successfully, but these errors were encountered: