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