You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by an...@apache.org on 2017/09/01 06:14:32 UTC

ranger git commit: RANGER-1754: correcting group deletion message

Repository: ranger
Updated Branches:
  refs/heads/ranger-0.7 8747e7855 -> ab0fa6f31


RANGER-1754: correcting group deletion message

Signed-off-by: Ankita Sinha <an...@apache.org>


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

Branch: refs/heads/ranger-0.7
Commit: ab0fa6f317bc3fded2df4a742ef2a306706bb891
Parents: 8747e78
Author: dsharma <de...@gmail.com>
Authored: Wed Aug 30 16:51:15 2017 +0530
Committer: Ankita Sinha <an...@apache.org>
Committed: Fri Sep 1 11:43:41 2017 +0530

----------------------------------------------------------------------
 .../src/main/webapp/scripts/views/users/UserTableLayout.js         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/ab0fa6f3/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js b/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js
index 17bde37..65a1d18 100644
--- a/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js
+++ b/security-admin/src/main/webapp/scripts/views/users/UserTableLayout.js
@@ -573,7 +573,7 @@ define(function(require){
                         this.groupList.selected  = {};
                         XAUtil.blockUI('unblock');
                         if(notDeletedGroupName === ""){
-                                XAUtil.notifySuccess('Success','User deleted successfully!');
+                                XAUtil.notifySuccess('Success','Group deleted successfully!');
                         } else {
                                 XAUtil.notifyError('Error', 'Error occurred during deleting Groups: '+ notDeletedGroupName.slice(0 , -2));
                         }