[Enhancement]: Update Tag Color for Existing Tags on Bulk Create #88
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Affected area
Bul Create Tags Dialog
Current behavior
When a tag name already exists and it's attempted to be created with the
Bulk Create Tagsdialog an error is displayed that the tags already exist.Desired improvement
In place of an error update any existing tags with the color chosen in the bulk dialog.
References
No response
Fixed on branch
0.1.41/issue-88-89-tag-toolbox(queued for PR tomain, not yet opened).validate_bulk_tag_specs()now only rejects a name repeated within the same submitted batch (ambiguous which color should win) — a name that already exists in the workspace is allowed through, andcreate_tags_bulk()updates that tag's color to the one chosen in the dialog instead of creating a duplicate or erroring. The status message after running Bulk Create now reports creates and color-updates separately.(The single-tag "New Tag" dialog is unrelated and unchanged — it still rejects duplicate names there, which is correct for that flow.)
Added regression tests in
tests/test_pr9_tags.py. Closing — fix implemented and tested.