-
Notifications
You must be signed in to change notification settings - Fork 46
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
Recipe actions should not be editable after a recipe is created #600
Comments
This isn't something we need for preference experiments. |
This is a pretty simple one-liner to implement*. The only question I have is could the user change the action when cloning? Pending this feature's approval, this should be a quick fix. * |
|
+1 to osmose |
I think this is both a front-end and back-end issue. The UI should be nice and not expose changing the action after the recipe is created, but also the backend shouldn't allow it, even if the UI does. |
#599, #584 and #586 all involve adding server-side behavior that is custom to a specific type of action, and there's potentially confusing edge cases for recipes that change their action. I can't think of a compelling reason to allow users to edit the recipe action after a recipe has been created anyway; they should just create a brand new recipe instead.
@MattGrimes @gregglind @mythmon Thoughts? Objections?
The text was updated successfully, but these errors were encountered: