mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Infolog - If delegated user has access to change description, also allow timestamp button
This commit is contained in:
parent
66f44e0131
commit
7293967215
@ -2123,6 +2123,7 @@ class infolog_ui
|
||||
{
|
||||
$readonlys[$name] = false;
|
||||
}
|
||||
$readonlys['timestamp'] = $readonlys['info_des'];
|
||||
$readonlys['button[edit]'] = $readonlys['button[save]'] = $readonlys['button[apply]'] = $readonlys['no_notifications'] = false;
|
||||
}
|
||||
$readonlys['action'] = $readonlys['button[cancel]'] = false; // always allowed
|
||||
|
Loading…
Reference in New Issue
Block a user