GCRC / nunaliit

Nunaliit Atlas Framework
BSD 3-Clause "New" or "Revised" License
46 stars 15 forks source link

Fix array element position change issue #1206

Closed kunwarj closed 8 months ago

kunwarj commented 8 months ago

Existing Issues:

  1. Issue with Multiple Array Element Addition:

    • Problem: After adding multiple array elements with the '+' button, removing some of them, and then clicking the '+' button again results in adding multiple elements instead of just one.
    • Resolution: This pull request addresses the bug, ensuring that clicking the '+' button adds a single element as intended.
  2. Problem with Tag Addition:

    • Issue: Adding multiple tags and subsequently removing all of them causes a problem where adding a new tag again re-adds previously deleted tags.
    • Solution: This pull request resolves the issue, ensuring that adding new tags does not include previously deleted ones.
  3. Editing Document with Multiple Array Elements:

    • Concern: Editing a document with multiple array elements allows changing the position of an element only once.
    • Fix: The pull request addresses this limitation, allowing users to freely change the position of elements multiple times during document editing.