* Finish task #8342.

This commit is contained in:
Yagami
2019-07-26 15:00:57 +08:00
parent 5c1b1f4453
commit aeda35218e
+1 -1
View File
@@ -41,7 +41,7 @@ class datatableModel extends model
$fields = $this->loadModel('workflowfield')->getList($module);
foreach($fields as $field)
{
if($field->buildin == 1) continue;
if($field->buildin) continue;
$this->config->$module->datatable->fieldList[$field->field]['title'] = $field->name;
$this->config->$module->datatable->fieldList[$field->field]['width'] = '120';
$this->config->$module->datatable->fieldList[$field->field]['fixed'] = 'no';