* Set custom required colums of the story list.
This commit is contained in:
@@ -7,7 +7,7 @@ $config->story->dtable->defaultField = array('id', 'title', 'pri', 'plan', 'stat
|
||||
$config->story->dtable->fieldList['id']['name'] = 'id';
|
||||
$config->story->dtable->fieldList['id']['title'] = $lang->idAB;
|
||||
$config->story->dtable->fieldList['id']['fixed'] = 'left';
|
||||
$config->story->dtable->fieldList['id']['required'] = 'yes';
|
||||
$config->story->dtable->fieldList['id']['required'] = true;
|
||||
$config->story->dtable->fieldList['id']['type'] = 'checkID';
|
||||
$config->story->dtable->fieldList['id']['checkbox'] = true;
|
||||
$config->story->dtable->fieldList['id']['show'] = true;
|
||||
@@ -30,7 +30,7 @@ $config->story->dtable->fieldList['title']['link'] = helper::createLink(
|
||||
$config->story->dtable->fieldList['title']['fixed'] = 'left';
|
||||
$config->story->dtable->fieldList['title']['sortType'] = true;
|
||||
$config->story->dtable->fieldList['title']['minWidth'] = '342';
|
||||
$config->story->dtable->fieldList['title']['required'] = 'yes';
|
||||
$config->story->dtable->fieldList['title']['required'] = true;
|
||||
$config->story->dtable->fieldList['title']['nestedToggle'] = true;
|
||||
$config->story->dtable->fieldList['title']['show'] = true;
|
||||
$config->story->dtable->fieldList['title']['group'] = 1;
|
||||
@@ -257,7 +257,7 @@ $config->story->dtable->fieldList['version']['group'] = 11;
|
||||
$config->story->dtable->fieldList['actions']['name'] = 'actions';
|
||||
$config->story->dtable->fieldList['actions']['title'] = $lang->actions;
|
||||
$config->story->dtable->fieldList['actions']['fixed'] = 'right';
|
||||
$config->story->dtable->fieldList['actions']['required'] = 'yes';
|
||||
$config->story->dtable->fieldList['actions']['required'] = true;
|
||||
$config->story->dtable->fieldList['actions']['width'] = 'auto';
|
||||
$config->story->dtable->fieldList['actions']['minWidth'] = $app->tab == 'project' ? 250 : 200;
|
||||
$config->story->dtable->fieldList['actions']['type'] = 'actions';
|
||||
|
||||
Reference in New Issue
Block a user