From 3a5bbcdaf79eb120dcb92da192df0a458cc9cac3 Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Wed, 3 Nov 2021 17:20:24 +0800 Subject: [PATCH] *Finish task #43915. --- module/project/view/browsebylist.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/project/view/browsebylist.html.php b/module/project/view/browsebylist.html.php index b51cf6bb88..62b0dfbaf0 100644 --- a/module/project/view/browsebylist.html.php +++ b/module/project/view/browsebylist.html.php @@ -91,8 +91,9 @@ $useDatatable = !commonModel::isTutorialMode() and (isset($config->datatable->$datatableId->mode) and $config->datatable->$datatableId->mode == 'datatable'); $setting = $this->datatable->getSetting('project'); $fixedFieldsWidth = $this->datatable->setFixedFieldWidth($setting); + if($useDatatable) include '../../common/view/datatable.html.php'; -?> + ?> ';?> ' data-fixed-left-width='' data-fixed-right-width=''> config->systemMode == 'new' ? common::hasPriv('project', 'batchEdit') : common::hasPriv('project', 'batchEdit');?>