Show only 'manager' and 'selected user groups' in the permission setting panel for manager's items

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12059 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-11-03 07:37:56 +00:00
parent 6065b95b92
commit 9667b29c45

View file

@ -2050,8 +2050,8 @@ jQuery(function($){
case 'root':
default:
$node.find('._group_all').remove();
$node.find('._group_loggedIn').remove();
$node.find('._group_signedUp').remove();
$node.find('._group_loggedin').remove();
$node.find('._group_signedup').remove();
}
}
$List.append($node);