Infolog - If delegated user has access to change description, also allow timestamp button

This commit is contained in:
nathangray 2017-03-06 09:59:21 -07:00
parent 66f44e0131
commit 7293967215

View File

@ -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