You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2020/08/16 19:17:55 UTC

[ranger] 02/04: RANGER-2952 : Not able remove services from Security zone

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

madhan pushed a commit to branch ranger-2.1
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 4df84df925854b6034eaa6c582914662d0863b0e
Author: Nitin Galave <ni...@apache.org>
AuthorDate: Fri Aug 14 18:14:25 2020 +0530

    RANGER-2952 : Not able remove services from Security zone
    
    (cherry picked from commit e5a7f61a0d8bf8e2c389b06b03ce5c9caa1bf165)
---
 security-admin/src/main/webapp/scripts/models/RangerZone.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security-admin/src/main/webapp/scripts/models/RangerZone.js b/security-admin/src/main/webapp/scripts/models/RangerZone.js
index f91c96f..08d1181 100644
--- a/security-admin/src/main/webapp/scripts/models/RangerZone.js
+++ b/security-admin/src/main/webapp/scripts/models/RangerZone.js
@@ -229,6 +229,9 @@ define(function(require) {
 
                 }
             },
+            toString : function(){
+                return this.get('name');
+            },
         }, {
             // static class members
         });