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 05a6974  RANGER-2981 : Unwanted popup display on Security Zone Tab.
05a6974 is described below

commit 05a6974bf5be84cb5338e97769d0756a08ee1090
Author: Dhaval Rajpara <[email protected]>
AuthorDate: Wed Sep 2 17:42:11 2020 +0530

    RANGER-2981 : Unwanted popup display on Security Zone Tab.
    
    Signed-off-by: Nitin Galave <[email protected]>
---
 .../src/main/webapp/scripts/views/security_zone/SecurityZone.js          | 1 +
 .../src/main/webapp/scripts/views/security_zone/ZoneCreateForm.js        | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/security-admin/src/main/webapp/scripts/views/security_zone/SecurityZone.js 
b/security-admin/src/main/webapp/scripts/views/security_zone/SecurityZone.js
index 5659825..35188ec 100644
--- a/security-admin/src/main/webapp/scripts/views/security_zone/SecurityZone.js
+++ b/security-admin/src/main/webapp/scripts/views/security_zone/SecurityZone.js
@@ -221,6 +221,7 @@ define(function(require) {
                 includeFilter: false,
                 includePagination: false,
                 gridOpts: {
+                    row: Backgrid.Row.extend({}),
                     header: XABackgrid,
                     emptyText: 'No Zone Data Found!!'
                 }
diff --git 
a/security-admin/src/main/webapp/scripts/views/security_zone/ZoneCreateForm.js 
b/security-admin/src/main/webapp/scripts/views/security_zone/ZoneCreateForm.js
index 8969b10..cbfb8da 100644
--- 
a/security-admin/src/main/webapp/scripts/views/security_zone/ZoneCreateForm.js
+++ 
b/security-admin/src/main/webapp/scripts/views/security_zone/ZoneCreateForm.js
@@ -217,6 +217,7 @@ define(function(require) {
                     includeFilter: false,
                     includePagination: false,
                     gridOpts: {
+                        row: Backgrid.Row.extend({}),
                         header: XABackgrid,
                         emptyText: 'No Zone Data Found!!'
                     }

Reply via email to