This is an automated email from the ASF dual-hosted git repository.
ni3galave pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.2 by this push:
new 1a07822 RANGER-3336 : All policies are exported, when searching
reports using roles.
1a07822 is described below
commit 1a0782272852e23e5aa4d9f87a65d69e9fc50eeb
Author: Nitin Galave <[email protected]>
AuthorDate: Wed Jul 14 16:01:44 2021 +0530
RANGER-3336 : All policies are exported, when searching reports using roles.
---
security-admin/src/main/webapp/scripts/views/reports/UserAccessLayout.js | 1 +
1 file changed, 1 insertion(+)
diff --git
a/security-admin/src/main/webapp/scripts/views/reports/UserAccessLayout.js
b/security-admin/src/main/webapp/scripts/views/reports/UserAccessLayout.js
index 19b6dbe..cbd834c 100644
--- a/security-admin/src/main/webapp/scripts/views/reports/UserAccessLayout.js
+++ b/security-admin/src/main/webapp/scripts/views/reports/UserAccessLayout.js
@@ -1043,6 +1043,7 @@ define(function(require) {'use strict';
params = {
group : groups,
user : users,
+ role : roles,
polResource : rxName,
policyNamePartial : policyName,
policyType: policyType,