KYLIN-2761 (#2379)

* #2098 error msg box

* minor,remove useless

* KYLIN-2761

* KYLIN-2761


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

Branch: refs/heads/master
Commit: 4237d7296e1076f8c333a9591e4ce3d62c704892
Parents: d04819d
Author: luguosheng1314 <550175...@qq.com>
Authored: Sun Sep 17 17:56:42 2017 +0800
Committer: Zhixiong Chen <c...@apache.org>
Committed: Sun Sep 17 17:56:42 2017 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/access.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/4237d729/webapp/app/js/controllers/access.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/access.js 
b/webapp/app/js/controllers/access.js
index 61e8f3e..418843a 100644
--- a/webapp/app/js/controllers/access.js
+++ b/webapp/app/js/controllers/access.js
@@ -107,7 +107,8 @@ KylinApp.controller('AccessCtrl', function ($scope, 
AccessService, MessageServic
       var revokeRequst = {
         type: type,
         uuid: entity.uuid,
-        accessEntryId: access.id
+        accessEntryId: access.id,
+        sid: access.sid.principal
       };
       AccessService.revoke(revokeRequst, function (accessEntities) {
         entity.accessEntities = accessEntities.accessEntryResponseList;

Reply via email to