Don't preserve message, fixes confusion if it shows again.

This commit is contained in:
Nathan Gray 2014-02-11 23:18:24 +00:00
parent eb8ea32d97
commit 55a7d7352e

View File

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