mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Don't preserve message, fixes confusion if it shows again.
This commit is contained in:
parent
eb8ea32d97
commit
55a7d7352e
@ -1952,6 +1952,10 @@ class infolog_ui
|
||||
}
|
||||
}
|
||||
$preserv = $content;
|
||||
|
||||
// Don't preserve message
|
||||
unset($preserv['msg']);
|
||||
|
||||
// for no edit rights or implizit edit of responsible user make all fields readonly, but status and percent
|
||||
if ($info_id && !$this->bo->check_access($info_id,EGW_ACL_EDIT) && !$undelete)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user