-
Notifications
You must be signed in to change notification settings - Fork 1k
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
⭐ Allow users to rename Flow namespace & id #60
Comments
most of also, given that the VS Code Editor allows opening multiple flows side by side, it seems like this is no longer a problem @tchiotludo, if you feel we need to work on this, please reopen. For now, I think this is no longer an issue |
I think it's a nice feature to be able to rename a flow without losing their execution history IMO |
Since there is a lot of "foreign keys" on flow namespace + flow id, we need to implement a special method to move a flow and change the name.
The ui must be like on github with its "danger zone" (it will break all app using the flow).
The move method must changed the flow namespace & id, since the operation can be very long, it must be async.
Also, when a user want to change the namespace it encounters multiple “Page not found” before understanding that it wasn’t possible. We should at least improve the error message.
The text was updated successfully, but these errors were encountered: