* When editing a project under a program, open the page under the program.

This commit is contained in:
tianshujie
2024-05-24 16:18:07 +08:00
committed by caoyanyi
parent a2efaabee0
commit cc0590dd58
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ toolbar
);
$cols = $this->config->project->dtable->fieldList;
$cols['actions']['list']['edit']['data-app'] = 'program';
$cols['progress']['sortType'] = false;
$projectStats = initTableData($projectStats, $cols, $this->project);