forked from extern/egroupware
Allow changing category owner via context menu for application categories
This commit is contained in:
parent
f7ce519750
commit
950404b36e
@ -427,7 +427,7 @@ class admin_categories
|
||||
}
|
||||
}
|
||||
// Can only edit (via context menu) Categories for the selected app (backend restriction)
|
||||
if($row['appname'] != $query['appname'] || (array_sum($row['owner']) > 0))
|
||||
if($row['appname'] != $query['appname'])
|
||||
{
|
||||
$row['class'] .= ' rowNoEdit ';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user