* Refactor batch stages creation page.

This commit is contained in:
chentao
2023-07-14 17:36:23 +08:00
parent 9c8de46bfa
commit 8cf8f8786c
6 changed files with 262 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class programplan extends control
$this->productID = $this->commonAction($projectID, $productID);
if($_POST)
{
$formData = form::data($this->config->programplan->create->form);
$formData = form::data($this->config->programplan->form->create);
$formData = $this->programplanZen->beforeCreate($formData);
$this->programplan->create($formData, $projectID, $this->productID, $planID);