Finis task #44486,44487,44488.

This commit is contained in:
zhouxin
2021-11-17 15:49:24 +08:00
parent 87597eccbb
commit b7e3fe9003
13 changed files with 202 additions and 0 deletions

View File

@@ -288,6 +288,8 @@ class program extends control
$actionID = $this->action->create('program', $programID, 'Started', $this->post->comment);
$this->action->logHistory($actionID, $changes);
}
$this->loadModel('common')->syncPPEStatus($programID);
$this->executeHooks($programID);
die(js::reload('parent.parent'));
}