← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1503396] Re: glance wizard form var passing broken

 

Reviewed:  https://review.openstack.org/251670
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=50a868094f3da1062bd8c476fda16fc18bad605c
Submitter: Jenkins
Branch:    master

commit 50a868094f3da1062bd8c476fda16fc18bad605c
Author: Richard Jones <r1chardj0n3s@xxxxxxxxx>
Date:   Tue Dec 1 17:11:13 2015 +1100

    Fix Create Image angularjs code
    
    This code intended to allow pre-filling of the form values through
    Django's handling of GET parameters, but it did not do so as the
    code was incorrect. This was not previously noticed as the angularjs
    code wasn't actually being executed. Once it was, it broke. Ironic,
    I know.
    
    Change-Id: I8d641de9246fd4f43c96bf85d47bb648f4401def
    Closes-Bug: 1503396


** Changed in: horizon
       Status: In Progress => 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/1503396

Title:
  glance wizard form var passing broken

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  A user of the app-catalog-ui plugin reported horizon's broken with
  passing form vars from the app catalog to the glance wizard.

  I've narrowed it down to commit:
  0f39dea2c7e722781fe3374abbaada781488c2cc

  Reverting the commit fixes the issue:

  git diff
  3d156f04759f27b8252915d09c09aa8fcf2a70d7..0f39dea2c7e722781fe3374abbaada781488c2cc
  | patch -R -p1

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


References