mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
permission panel bug for shortcut menu is fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12580 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dd56711e5a
commit
7dbba84dc6
1 changed files with 11 additions and 5 deletions
|
|
@ -2085,12 +2085,18 @@ jQuery(function($){
|
||||||
aGroup : htData.menu_item.group_srls
|
aGroup : htData.menu_item.group_srls
|
||||||
};
|
};
|
||||||
|
|
||||||
var params = {
|
if(htNode.sModuleType === "_SHORTCUT"){
|
||||||
target_module : htNode.sModuleType,
|
PermBReceived({
|
||||||
module_srl : htNode.module_srl
|
grantList : {}
|
||||||
};
|
});
|
||||||
|
}else{
|
||||||
|
var params = {
|
||||||
|
target_module : htNode.sModuleType,
|
||||||
|
module_srl : htNode.module_srl
|
||||||
|
};
|
||||||
|
|
||||||
$.exec_json("module.getModuleAdminGrant", params, PermBReceived);
|
$.exec_json("module.getModuleAdminGrant", params, PermBReceived);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
function PermBReceived(htData){
|
function PermBReceived(htData){
|
||||||
//console.log(2, htData);
|
//console.log(2, htData);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue