taggit-tacc / taggit

2 stars 1 forks source link

Bug/DES-2405: Fix tag renaming #110

Closed duckonomy closed 1 year ago

duckonomy commented 1 year ago

Overview:

Fix tag renaming regression that happened during refactor.

Related Jira tickets:

Testing Steps:

  1. Create a tag in the Taggit view
  2. Rename the tag
  3. Ensure it is updated
nathanfranklin commented 1 year ago

Two things:

1) I'm having a problem when trying to rename the first of two text tags. If I select to rename the first tag, it always renames the last tag.

2) Also, when I rename a tag, it loses what type of tag it is which was displayed in parenthesis. For example, "test (text)" becomes "Foo ()".

duckonomy commented 1 year ago

I just left the one comment: #110 (comment) 👍

Found a better solution for renaming! No longer produces the bug!