Fixed showing username in empty workflowitems

This commit is contained in:
Frank Schubert
2021-11-06 17:35:10 +01:00
parent 9c84e82d3c
commit 204426b270
3 changed files with 10 additions and 10 deletions

View File

@@ -26,13 +26,6 @@ class WorkflowvalueModel {
$me = new User();
$me->loadMe();
if($model->changed === null) {
$model->changed = date('U');
}
if($model->changed_by === null) {
$model->changed_by = $me->id;
}
if($model->create_by === null) {
$model->create_by = $me->id;