From da7834476b96a2dad86c288772a3230ebe8ac92b Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 6 Nov 2018 10:52:16 -0500 Subject: [PATCH] remove inadverdent scope variable that was added --- .../src/access/add-rbac-resource/rbac-resource.directive.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx/ui/client/src/access/add-rbac-resource/rbac-resource.directive.js b/awx/ui/client/src/access/add-rbac-resource/rbac-resource.directive.js index eaf5aa4d52..f125c64afd 100644 --- a/awx/ui/client/src/access/add-rbac-resource/rbac-resource.directive.js +++ b/awx/ui/client/src/access/add-rbac-resource/rbac-resource.directive.js @@ -29,8 +29,6 @@ export default ['templateUrl', '$state', }; window.scrollTo(0, 0); - - scope.objectType = scope.object.type; } }; }