You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/06/20 23:23:48 UTC

git commit: cs-15286: incorrect result when edit pod

Updated Branches:
  refs/heads/master cb403b1c9 -> 9e9b2cbdc


cs-15286: incorrect result when edit pod

Original patch by: olga.smola
reviewed-by: brian


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

Branch: refs/heads/master
Commit: 9e9b2cbdccee9e7cc05d1306cea66c43cf53a265
Parents: cb403b1
Author: bfederle <bf...@gmail.com>
Authored: Wed Jun 20 14:21:05 2012 -0700
Committer: bfederle <bf...@gmail.com>
Committed: Wed Jun 20 14:21:05 2012 -0700

----------------------------------------------------------------------
 ui/scripts/system.js |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9e9b2cbd/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 9888380..33b541d 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -5824,8 +5824,11 @@
                         actionFilter: podActionfilter,
                         data:item
                       });
-                    }
-                  });
+                     },
+                      error: function(data) {
+                          args.response.error(parseXMLHttpResponse(data));
+                          }
+                   });
                 }
               },