You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ni...@apache.org on 2020/09/09 09:21:54 UTC

[ranger] branch master updated: RANGER-2981 : Unwanted popup display on Security Zone Tab.

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 <dh...@gmail.com>
AuthorDate: Wed Sep 2 17:42:11 2020 +0530

    RANGER-2981 : Unwanted popup display on Security Zone Tab.
    
    Signed-off-by: Nitin Galave <ni...@apache.org>
---
 .../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!!'
                     }