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