mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Allow changing category owner via context menu for application categories
This commit is contained in:
parent
a10d4a2931
commit
afa19c7d30
@ -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