You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Brijesh Bhalala <br...@gmail.com> on 2023/02/27 12:12:58 UTC

Review Request 74322: RANGER-4078 : Error displayed on page when navigating to audits tab and clicking on clear search button

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74322/
-----------------------------------------------------------

Review request for ranger.


Bugs: RANGER-4078
    https://issues.apache.org/jira/browse/RANGER-4078


Repository: ranger


Description
-------

On navigating to the audits page from any other page,
first the search bar to filter audits loads and then the audit entries are loaded.
When the clear search bar button (X symbol) in the search bar is clicked before the audit entries are loaded, an error is displayed on the screen.


Diffs
-----

  security-admin/src/main/webapp/react-webapp/src/components/structured-filter/react-typeahead/typeahead/index.js e269bd614 
  security-admin/src/main/webapp/react-webapp/src/utils/XAUtils.js 949a59a1c 
  security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AccessLogs.jsx f1fe48a71 
  security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/AdminLogs.jsx 68616f1e9 
  security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/LoginSessionsLogs.jsx 5c05e9484 
  security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/PluginStatusLogs.jsx 037a150ca 
  security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/PluginsLog.jsx ca3faff14 
  security-admin/src/main/webapp/react-webapp/src/views/AuditEvent/UserSync.jsx 6d7efb58c 
  security-admin/src/main/webapp/react-webapp/src/views/Encryption/KeyManager.jsx 51b4b54e3 
  security-admin/src/main/webapp/react-webapp/src/views/Header.jsx 9d22d3a14 
  security-admin/src/main/webapp/react-webapp/src/views/PermissionsModule/Permissions.jsx a44abd004 
  security-admin/src/main/webapp/react-webapp/src/views/PolicyListing/PolicyListing.jsx 987c3210e 
  security-admin/src/main/webapp/react-webapp/src/views/UserGroupRoleListing/groups_details/GroupListing.jsx 73d5d4612 
  security-admin/src/main/webapp/react-webapp/src/views/UserGroupRoleListing/role_details/RoleListing.jsx 7921b560c 
  security-admin/src/main/webapp/react-webapp/src/views/UserGroupRoleListing/users_details/UserListing.jsx 8e0c0b580 


Diff: https://reviews.apache.org/r/74322/diff/1/


Testing
-------

1)Build and Verified Ranger Admin setup with this changes.
2)Verified the search filter in audit access tab.


Thanks,

Brijesh Bhalala