* Finish task #43918.

This commit is contained in:
root
2021-11-09 11:27:30 +08:00
parent ab5ee93bc3
commit c0169fd823
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -539,6 +539,7 @@ class executionModel extends model
$member->type = 'execution';
$member->hours = $this->config->execution->defaultWorkhours;
$this->dao->replace(TABLE_TEAM)->data($member)->exec();
$changedAccounts[$owner] = $owner;
$teamMembers[$ownerField] = $member;
}