This is an automated email from the ASF dual-hosted git repository.

ni3galave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new a048d5d  RANGER-2981 : Unwanted popup display on Security Zone Tab.
a048d5d is described below

commit a048d5db4b5171544371b80263a75fefc4e5b20f
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