mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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
|
||||
};
|
||||
|
||||
var params = {
|
||||
target_module : htNode.sModuleType,
|
||||
module_srl : htNode.module_srl
|
||||
};
|
||||
if(htNode.sModuleType === "_SHORTCUT"){
|
||||
PermBReceived({
|
||||
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){
|
||||
//console.log(2, htData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue