* [bug#55326,done,0.3h] update realEnd and closedDate.
This commit is contained in:
@@ -5045,7 +5045,9 @@ class executionModel extends model
|
||||
}
|
||||
elseif($status == 'closed')
|
||||
{
|
||||
$execution->closedBy = $this->app->user->account;
|
||||
$execution->closedBy = $this->app->user->account;
|
||||
$execution->realEnd = helper::today();
|
||||
$execution->closedDate = helper::now();
|
||||
}
|
||||
|
||||
return $execution;
|
||||
|
||||
Reference in New Issue
Block a user