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

commit fb804ac4ada82c862905a1f24069ee78c6e8fe4e
Author: Bo Wang <bo.w...@easystack.cn>
Date:   Mon Jan 4 21:02:44 2016 +0800

    Fix workflow bug in "Create Network" dialog
    
    In "Subnet Info" tab, the button "Next" will hide and
    button "Create" will show if checked Disable Gateway.
    Because value of hide_tab is undefined but transformed to
    hide_tab = ['undefined'] in js code.
    
    Remove unused ',' which will introduce empty element in list:
    String(['a', 'b',]).split(,) --> ['a', 'b', '']
    
    Switching field "address_source" should not trigger
    field "gateway_ip" show/disappear.
    
    Closes-Bug: #1487005
    Closes-Bug: #1530729
    Closes-Bug: #1569942
    Change-Id: If9e417e151e11c8ee46ded50ee3ee8108ed777a4


** 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/1530729

Title:
  Create button in "Create Subnet" dialog on "Subnet Details" tab is
  disabled when "Disable Gateway" is selected

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When creating a subnet via the "Create Subnet" dialog, if the check
  box "Disable Gateway" is checked and the user clicks on the "Subnet
  Details" tab in the dialog the next button is disabled and displayed
  as "Create >>".

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to