← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1433674] Re: [Launch Instance Fix] Enhancing wizard widget

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1433674

Title:
  [Launch Instance Fix] Enhancing wizard widget

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Add some events to Wizard widget to provide hooks for logic in model(s)
  and controller(s) for each step.

  New wizard events added are:
  - ON_INIT_SUCCESS
  - ON_INIT_ERROR
  - ON_SWITCH
  - BEFORE_SUBMIT
  - AFTER_SUBMIT

  Some features in Launch Instance work flow can take advantage of this
  infrastructure change:
  - Refreshing page on `AFTER_SUBMIT` event.
  - Lazy data sync and validation on `BEFORE_SUBMIT` event.
  - Dynamical showing/hiding optional steps/content according to async check for availability of certain services on `ON_INIT_SUCCESS` event.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1433674/+subscriptions


References