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
commit e5a7f61a0d8bf8e2c389b06b03ce5c9caa1bf165 Author: Nitin Galave <[email protected]> AuthorDate: Fri Aug 14 18:14:25 2020 +0530 RANGER-2952 : Not able remove services from Security zone --- 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 });
