Repository: cloudstack
Updated Branches:
  refs/heads/master 4d62dbb8b -> 2a1793283


CLOUDSTACK-7720: No IP Address Validation for Acquire new secondary IP

-Removed required constraint from the IP address field (this is an optional 
field)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2a179328
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2a179328
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2a179328

Branch: refs/heads/master
Commit: 2a1793283a1ea28494bebc3b195a98feff6e6cbc
Parents: 4d62dbb
Author: Gabor Apati-Nagy <gabor.apati-n...@citrix.com>
Authored: Mon Nov 3 16:21:07 2014 +0000
Committer: Brian Federle <brian.fede...@citrix.com>
Committed: Tue Nov 4 12:28:24 2014 -0800

----------------------------------------------------------------------
 ui/scripts/network.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2a179328/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 278545b..501fb50 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -1867,7 +1867,6 @@
                                     ipaddress: {
                                         label: 'label.ip.address',
                                         validation: {
-                                            required: true,
                                             ipv4: true
                                         }
                                     }

Reply via email to