← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1800435] Re: Updating metadata when filtering existing ones will have a problem

 

Reviewed:  https://review.openstack.org/613872
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=18a882809ae995031d82de528ecb9b822feab443
Submitter: Zuul
Branch:    master

commit 18a882809ae995031d82de528ecb9b822feab443
Author: wangliangyu <wangliangyu@xxxxxxxxxxxxx>
Date:   Mon Oct 29 17:14:51 2018 +0800

    The metadata submit button ignore filtering
    
    The updated metadatas must have a value when updating.
    Otherwise the submit button will be disabled.
    But, if we filter out those ones without value, the button is okay.
    This problem becauses those filtered out metadatas were removed.
    Now, we just hidden them.
    
    Change-Id: Ia9272b9b054280c0ee55d6ab9aea18a6f0006f6b
    Closes-Bug: #1800435


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

Title:
  Updating metadata when filtering existing ones will have a problem

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  1.Open one updating metadata page, like flavor's;
  2.Add two custom metadatas, like m1='v1' and m2='';

  Now, the submit button is gray.

  3.Filter existing metadata [m1], and only m1 leaved right side.

  Now, the submit button is green and could be submitted.

  4.Submit

  Now, the item's metadata is m1=v1 and m2=null.

  In above, the submit button could not be changed whether filtering.

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


References