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:
nagoon97 2013-01-23 05:29:42 +00:00
parent dd56711e5a
commit 7dbba84dc6

View file

@ -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);