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
Custom Actions are apparently registered by name, so if you create one with a name matching an existing one then it (silently!) replaces the old one:
Screen.Recording.2025-02-07.at.3.14.46.am.mov
Steps to reproduce
Create a Custom Action
Create another one with the same name and type, but different features
On save, only the new one exists (the old one has been replaced)
Primary pain point(s)
It's unexpected for a name conflict to cause an instance replacement without warning.
Ideally choosing an existing name when it is in use elsewhere should be treated as invalid input, with a warning like "Action names must be unique - please choose a different one."
Additional context
No response
Prerequisites
I have checked to make sure that a similar request has not already been filed or fixed.
The text was updated successfully, but these errors were encountered:
Bug description
Custom Actions are apparently registered by name, so if you create one with a name matching an existing one then it (silently!) replaces the old one:
Screen.Recording.2025-02-07.at.3.14.46.am.mov
Steps to reproduce
Primary pain point(s)
It's unexpected for a name conflict to cause an instance replacement without warning.
Ideally choosing an existing name when it is in use elsewhere should be treated as invalid input, with a warning like "Action names must be unique - please choose a different one."
Additional context
No response
Prerequisites
The text was updated successfully, but these errors were encountered: