DSpace / dspace-angular

DSpace User Interface built on Angular.io
https://wiki.lyrasis.org/display/DSDOC8x/
BSD 3-Clause "New" or "Revised" License
131 stars 429 forks source link

On the dynamic draggable form array, the change of order and value affects the other values #3376

Open GraziaQuercia opened 2 weeks ago

GraziaQuercia commented 2 weeks ago

Describe the bug

On the submission form, when there's a dynamic array, the change of order and value affects the other values. When the user inputs values and then changes the order of the lines, after inputting the new value, the change affects other lines too.

To Reproduce

On the submission form, on the dynamic draggable form array:

DSpace Repository __ Edit Submission.webm

kshepherd commented 2 weeks ago

Note, this is probably the same as https://github.com/DSpace/dspace-angular/issues/3217 And may be fixed by https://github.com/DSpace/dspace-angular/pull/3228 (would love feedback!)

tdonohue commented 2 weeks ago

This does sound like a possible duplicate of #3217