From 62505a82f54a7cccf8d9a781e36ef89912687060 Mon Sep 17 00:00:00 2001 From: 10069681 Date: Thu, 11 May 2017 20:19:14 +0800 Subject: [PATCH 1/1] KYLIN-2609 Grant role access to the project failed on the project manage page. --- webapp/app/js/controllers/access.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/app/js/controllers/access.js b/webapp/app/js/controllers/access.js index 0e0664a4f..6187f9ab6 100644 --- a/webapp/app/js/controllers/access.js +++ b/webapp/app/js/controllers/access.js @@ -55,6 +55,7 @@ KylinApp.controller('AccessCtrl', function ($scope, AccessService, MessageServic // MessageService.sendMsg('Access granted!', 'success', {}); SweetAlert.swal('Success!', 'Access granted!', 'success'); }, function (e) { + grantRequst.uuid = uuid; if (e.status == 404) { // MessageService.sendMsg('User not found!', 'error', {}); SweetAlert.swal('Oops...', 'User not found!!', 'error'); -- 2.11.0.windows.1