Skip to content

Commit

Permalink
https://github.com/uavorg/uavstack/issues/369
Browse files Browse the repository at this point in the history
Apphub 服务治理--监控授权:

UAV应用下线后,在UAV容器监控中,定义的AppGroup(JAppGroup)将会不存在,

此时授权编辑时,将已经不存在的AppGroup屏蔽显示,

当用户页面提交的时候,自然不会有该数据提交,达到对授权信息删除垃圾数据的效果

代码补充
  • Loading branch information
lbay2015 committed Aug 17, 2018
1 parent 142de46 commit 1d7dc5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ function showAddDiv(){
$("#addEmailListName").val("");
DataBindClass.userEditInfo={};

PageClass.ajaxGProfile();
initGroupSelect("addGroupList","save");

$("#addGroupFilterDiv").modal({backdrop: 'static', keyboard: false});
Expand Down

0 comments on commit 1d7dc5e

Please sign in to comment.