elastic/kibana
[Snapshot Restore] Disable navigation via step name when the form is invalid
オープン
#99,041 opened on 2021/05/03
Feature:Snapshot and RestoreTeam:Kibana Managementbuggood first issuepapercut
Repository metrics
- Stars
- (19,065 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Relates to #95876 fixed by PR#95939.
When a step (index settings) is invalid, it's possible to navigate to the previous step (logistics) by clicking its name in the wizard top navigation bar. That way the wizard will be blocked on the 1st step with a disabled 'next' button.
https://user-images.githubusercontent.com/6585477/116881324-6ac41400-ac23-11eb-8721-6df3210ca2d3.mp4
To reproduce:
- start ES with a folder for snapshots by adding
-E path.repo=/tmp/es-snapsto your ES start command - create a snapshot repository and a policy
- run the policy
- navigate to snapshots list and try to restore a snapshot
- in the wizard navigate to 'index settings' step
- enable "Modify index settings" to introduce a form error
- navigate to the previous step by clicking 'Logistics' in the top navigation bar