You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"As a global staff user (instance-level super admin), I can rename or delete individual tags in a taxonomy."
Acceptance Criteria
On the Taxonomy Detail Page, users with permission to edit the taxonomy (only global staff for now) should see this "three dots" menu for each tag with "Rename" and "Delete" as options:
Clicking rename will make the tag name editable in-place:
Pressing ENTER or clicking elsewhere on the page will save the new name and display a toast. Pressing ESC will cancel the rename.
If "Delete" is selected, this dialog will be shown:
But if some of the tags have subtags, this other dialog will be shown instead.
Upon confirmation, a toast is shown with a working Undo button.
The "Type DELETE to confirm" dialog needs to work in other languages ("Escribe BORRAR para confirmar")
Make sure the whole workflow is keyboard accessible.
Developer Notes
Don't check "is the user global staff"; check "does the user have edit permission for this taxonomy" which in turn should be defined using a rule that only global staff have that permission.
Screenshots above are for convenience - Figma is the most up-to-date source for mockups. The scale of UI elements seen in the screenshots above may be incorrect.
"As a global staff user (instance-level super admin), I can rename or delete individual tags in a taxonomy."
Acceptance Criteria
Developer Notes