* Merge: Finish task #113420.

This commit is contained in:
hufangzhou
2024-03-18 13:17:31 +08:00
parent 93ea6df3ce
commit 2c85628991
11 changed files with 24 additions and 2 deletions
+2
View File
@@ -188,6 +188,8 @@ class datatable extends control
if($extra == 'unsetStory' && isset($cols['story'])) unset($cols['story']);
if($this->config->edition != 'ipd' || ($this->config->edition == 'ipd' && $module == 'product' && $method == 'browse' && $extra != 'requirement')) unset($cols['roadmap']);
$this->view->module = $module;
$this->view->method = $method;
$this->view->cols = $cols;