* Fix Bug

This commit is contained in:
滔哥
2017-12-14 15:12:05 +08:00
parent b4517c9945
commit 24366d4e54
6 changed files with 26 additions and 8 deletions
+7
View File
@@ -49,6 +49,13 @@ js::set('browseType', $browseType);
if($useDatatable) include '../../common/view/datatable.html.php';
$customFields = $this->datatable->getSetting('project');
if($project->type == 'ops')
{
foreach($customFields as $id => $customField)
{
if($customField->id == 'story') unset($customFields[$id]);
}
}
$widths = $this->datatable->setFixedFieldWidth($customFields);
$columns = 0;
?>