* [bug#58553] fix bug for system in kanban import list.
This commit is contained in:
@@ -1122,6 +1122,7 @@ class kanban extends control
|
||||
$this->view->regionID = $regionID;
|
||||
$this->view->groupID = $groupID;
|
||||
$this->view->columnID = $columnID;
|
||||
$this->view->appList = $this->loadModel('system')->getPairs();
|
||||
|
||||
$this->display();
|
||||
}
|
||||
@@ -1176,6 +1177,7 @@ class kanban extends control
|
||||
$this->view->regionID = $regionID;
|
||||
$this->view->groupID = $groupID;
|
||||
$this->view->columnID = $columnID;
|
||||
$this->view->appList = $this->loadModel('system')->getPairs();
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ $config->build->dtable->fieldList['id']['type'] = 'checkID';
|
||||
unset($config->build->dtable->fieldList['branch']);
|
||||
unset($config->build->dtable->fieldList['path']);
|
||||
unset($config->build->dtable->fieldList['actions']);
|
||||
$config->build->dtable->fieldList['system']['map'] = array(0 => '') + $appList;
|
||||
|
||||
foreach($config->build->dtable->fieldList as $id => $field) $config->build->dtable->fieldList[$id]['sortType'] = false;
|
||||
|
||||
|
||||
@@ -47,6 +47,13 @@ unset($config->release->dtable->fieldList['title']['link']);
|
||||
unset($config->release->dtable->fieldList['branch']);
|
||||
unset($config->release->dtable->fieldList['actions']);
|
||||
|
||||
$config->release->dtable->fieldList['name']['width'] = 120;
|
||||
|
||||
$config->release->dtable->fieldList['system']['type'] = 'shortTitle';
|
||||
$config->release->dtable->fieldList['system']['checkbox'] = false;
|
||||
$config->release->dtable->fieldList['system']['nestedToggle'] = false;
|
||||
$config->release->dtable->fieldList['system']['map'] = array(0 => '') + $appList;
|
||||
|
||||
foreach($config->release->dtable->fieldList as $id => $field) $config->release->dtable->fieldList[$id]['sortType'] = false;
|
||||
|
||||
formBase
|
||||
|
||||
Reference in New Issue
Block a user