Repository: kylin
Updated Branches:
  refs/heads/master d449c40d5 -> c6428efae


KYLIN-2609 Grant role access to the project failed on the project manage page.

Signed-off-by: Billy Liu <billy...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/c6428efa
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/c6428efa
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/c6428efa

Branch: refs/heads/master
Commit: c6428efae6d0c5c53823666e1bc72ea0bdd9f4e7
Parents: d449c40
Author: 10069681 <peng.jian...@zte.com.cn>
Authored: Thu May 11 20:19:14 2017 +0800
Committer: Billy Liu <billy...@apache.org>
Committed: Thu May 11 21:51:30 2017 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/access.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/c6428efa/webapp/app/js/controllers/access.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/access.js 
b/webapp/app/js/controllers/access.js
index 0e0664a..6187f9a 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');

Reply via email to