-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest nightly release
Area
admin/ui
Describe the bug
Context:
Custom top level flow is created with two executions - one authenticator execution and one subflow execution with its own executions.
Scenario:
Upon drag and dropping the authenticator execution to be under the subflow execution - it joins the list of executions under the subflow, however the authenticator's config is cleared.
Version
21.1.0, 22.0.1, nightly
Expected behavior
The authenticator execution retains its configuration. Especially if this is done accidentally and we want to drag and drop the execution to be back on the same hierarchical level as the subflow instead of under it.
Actual behavior
The configuration of the execution is cleared, I'm not sure if it still exists in the DB, but it's no longer displayed in the browser and if refreshed it's still cleared - the connection is severed regardless.
How to Reproduce?
I think what I've written so far should be enough for the problem to be reproduced, I have nothing else to add to this.
Anything else?
No response