Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Actions can be replaced without warning #1673

Open
1 task done
ES-Alexander opened this issue Feb 6, 2025 · 0 comments
Open
1 task done

Custom Actions can be replaced without warning #1673

ES-Alexander opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
polish ux Has to do with the user experience

Comments

@ES-Alexander
Copy link
Contributor

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

  1. Create a Custom Action
  2. Create another one with the same name and type, but different features
  3. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
polish ux Has to do with the user experience
Projects
None yet
Development

No branches or pull requests

2 participants