[Snapshot & Restore] UI locks into a step under certain conditions #76279
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Snapshot and Restore
Elasticsearch snapshots and repositories UI
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Kibana version:
8.0.0
Describe the bug:
When editing a snapshot policy in Snapshot & Restore UI and clicking through different steps a user can wind up in situation where the form "locks" them into a step.
Steps to reproduce:
Expected behavior:
The wizard should not lock you into a step if there are errors you cannot address on that step.
Any additional context:
This looks like it is stemming from the "global" validation state and "maxCompletedStep". Errors are not per step and so the UI has no way of locking a user into the step where the error. This approach has the drawback of potentially locking a user into a step where errors cannot be addressed.
Current work around is to just refresh the page to get rid of any hidden invalid state - not ideal :(
The text was updated successfully, but these errors were encountered: