horizon/horizon/static/framework/widgets/wizard
David Gutman f4f497246d Tabs may not appear in angular instance wizard
In the launch instance wizard, when a specific tab is disabled
(by example not matching the required policy) then some other
tabs may not be displayed.

After a long analysis :
Each tabs resolved itself if it should or shouldn't be displayed
(ready or not). But at the first rejection (first tab ready=false),
the wizard will display all "ready" tabs without waiting for other
tabs to be ready or not.
If all tabs had been resolved before the first reject, the display
is correct, but sometimes when the reject finishes first, a lot of
tabs are missing.

This bugs is not current because I think it is not common to hide tabs.

Closes-Bug: #1752604
Change-Id: I67f96092d9f82374087fc0c87b857292e188b675
2018-03-07 16:32:36 +01:00
..
modal-container.controller.js Update for ui bootstrap changes 2016-12-15 17:00:22 +00:00
wizard.controller.js Tabs may not appear in angular instance wizard 2018-03-07 16:32:36 +01:00
wizard.controller.spec.js Added error msg when gets redirect to login page 2017-07-05 16:24:20 -07:00
wizard.directive.js JSCS Cleanup - style guide cleanup for wizard 2015-07-23 15:16:23 +00:00
wizard.html Show wait spinner after submit of wizard modal 2016-08-17 04:33:58 -04:00
wizard.module.js Improving Horizon's angular module management: 2015-07-30 00:10:21 +00:00
wizard.spec.js Tabs may not appear in angular instance wizard 2018-03-07 16:32:36 +01:00