Reviewed: https://review.openstack.org/291880 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=21c019611e6adaa433503854e34cbacb21d3e2ba Submitter: Jenkins Branch: master
commit 21c019611e6adaa433503854e34cbacb21d3e2ba Author: Justin Pomeroy <[email protected]> Date: Fri Mar 11 13:31:43 2016 -0600 Add validateUnique form input validator This adds the directive used for validating the uniqueness of a form input value. It also updates the metadata tree widget to use it. Closes-Bug: 1556255 Change-Id: Icc6ce0ef5212801fa1531196fb0705760e9c3b6e ** 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/1556255 Title: Unique validator should be made available outside metadata tree widget Status in OpenStack Dashboard (Horizon): Fix Released Bug description: The metadata tree widget uses a validator to ensure the uniqueness of the key names. A custom key name is not valid if it matches any existing key name. This is a very useful validator and similar to one being used by at least one plugin (neutron-lbaas-dashboard) so it should be made a little more general and moved to a location where it can be used by others. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1556255/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

