+ Add todoTao test case.

This commit is contained in:
liuchenglong
2023-05-06 05:55:11 +00:00
parent c0f69e7e0c
commit 9b9fc7a12e
7 changed files with 236 additions and 2 deletions
+2 -2
View File
@@ -240,7 +240,7 @@ class programplan extends control
* @access public
* @return void
*/
public function edit(string $planID = 0, string $projectID = 0)
public function edit(string $planID = '0', string $projectID = '0')
{
$planID = (int)$planID;
$projectID = (int)$projectID;
@@ -290,7 +290,7 @@ class programplan extends control
/* Set Custom. */
foreach(explode(',', $this->config->programplan->custom->customGanttFields) as $field) $customFields[$field] = $this->lang->programplan->ganttCustom[$field];
$this->programplanZen->buildAjaxCustomView($owner, $module, $customFields);
}