You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2016/04/21 11:19:05 UTC

ambari git commit: AMBARI-15958 Can not save roles assigned to users and groups on Manage Ambari -> Roles -> Block view. (atkach)

Repository: ambari
Updated Branches:
  refs/heads/trunk 02627054e -> e7f84d718


AMBARI-15958 Can not save roles assigned to users and groups on Manage Ambari -> Roles -> Block view. (atkach)


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

Branch: refs/heads/trunk
Commit: e7f84d7181858a9f7acfbac79dbe1ee026504cac
Parents: 0262705
Author: Andrii Tkach <at...@apache.org>
Authored: Thu Apr 21 12:18:03 2016 +0300
Committer: Andrii Tkach <at...@apache.org>
Committed: Thu Apr 21 12:18:03 2016 +0300

----------------------------------------------------------------------
 .../app/scripts/controllers/clusters/ClustersManageAccessCtrl.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e7f84d71/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/clusters/ClustersManageAccessCtrl.js
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/clusters/ClustersManageAccessCtrl.js b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/clusters/ClustersManageAccessCtrl.js
index 4cb3328..c92374b 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/clusters/ClustersManageAccessCtrl.js
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/clusters/ClustersManageAccessCtrl.js
@@ -80,7 +80,7 @@ angular.module('ambariAdminConsole')
   $scope.$watch(function() {
     return $scope.permissionsEdit;
   }, function(newValue) {
-    if (newValue && $scope.isDataloaded) {
+    if (newValue && $scope.isDataLoaded) {
       $scope.save();
     }
   }, true);
@@ -101,4 +101,4 @@ angular.module('ambariAdminConsole')
       }));
     });
   }
-}]);
\ No newline at end of file
+}]);