This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c40ca1  BUG-ID: CS-51756: [UI] Network update to new offering ( with 
services removed ) pops up forced update confirmation with incorrect 
functionality
6c40ca1 is described below

commit 6c40ca1132948264ad2a3c6a0e4eb21b821375cc
Author: Nitin Kumar Maharana <nitinkumar.mahar...@accelerite.com>
AuthorDate: Tue Jul 18 15:43:56 2017 +0530

    BUG-ID: CS-51756: [UI] Network update to new offering ( with services 
removed ) pops up forced update confirmation with incorrect functionality
---
 ui/scripts/network.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 31f8016..f365cf5 100644
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -966,14 +966,14 @@
                                             cloudStack.dialog.confirm({
                                                 message: 
'message.confirm.current.guest.CIDR.unchanged',
                                                 action: function() { //"Yes" 
button is clicked
-                                                    
getForcedInfoAndUpdateNetwork(data);
+                                                    
getForcedInfoAndUpdateNetwork(data, args);
                                                 },
                                                 cancelAction: function() { 
//"Cancel" button is clicked
                                                     $.extend(data, {
                                                         changecidr: true
                                                     });
 
-                                                    
getForcedInfoAndUpdateNetwork(data);
+                                                    
getForcedInfoAndUpdateNetwork(data, args);
                                                 }
                                             });
                                             return;
@@ -6465,7 +6465,7 @@
         return data;
     }
 
-    function getForcedInfoAndUpdateNetwork(data) {
+    function getForcedInfoAndUpdateNetwork(data, args) {
         if (isAdmin()) {
             cloudStack.dialog.confirm({
                 message: "message.confirm.force.update",

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <commits@cloudstack.apache.org>'].

Reply via email to