*** empty log message ***
This commit is contained in:
parent
1b211176e8
commit
f9ec998d96
34 changed files with 396 additions and 239 deletions
|
@ -317,13 +317,14 @@ class uiBrowser extends uiBase {
|
|||
* @return array
|
||||
*/
|
||||
function permissions($id)
|
||||
{
|
||||
{
|
||||
return array('pathdata' => $this->gb->getPath($id),
|
||||
'perms' => $this->gb->getObjPerms($id),
|
||||
'actions' => $this->gb->getAllowedActions($this->gb->getObjType($id)),
|
||||
'subjects' => $this->gb->getSubjects(),
|
||||
'id' => $id,
|
||||
'loggedAs' => $this->login);
|
||||
'loggedAs' => $this->login
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue