-
Notifications
You must be signed in to change notification settings - Fork 1.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
ISW - Handle input setup mode #20530
Comments
todos for backend:
|
To detect whether an input is in setup mode, I suggest adding the
The setup state can be changed by setting
For backwards compatibility the |
Since the requierements say that an input should be created in |
We agreed that the default value for |
I am introducing feature flag |
The frontend for this issue is already merged to master, but I will add the feature flag in a new PR. |
All new inputs will be in setup mode after creation instead of stopped
Existing inputs can be put into setup mode via a new action in the "More actions" menu in the input list
When an input is in setup mode, instead of showing "Start Input" or "Stop Input" we show "Setup Input"
When an input is in setup mode "More actions" includes an "Exit Setup mode" action which will disable the setup mode and put the wizard into the stopped state
Frontend: Handle input setup mode #20715
Backend: Introduce input setup mode #20769
The text was updated successfully, but these errors were encountered: