* [bug#61372,done,0.2h] remove sortType attribute.
This commit is contained in:
@@ -36,6 +36,7 @@ unset($config->block->case->dtable->fieldList['status']['group']);
|
||||
unset($config->block->case->dtable->fieldList['lastRunDate']['group']);
|
||||
unset($config->block->case->dtable->fieldList['lastRunResult']['group']);
|
||||
unset($config->block->case->dtable->fieldList['pri']['sortType']);
|
||||
unset($config->block->case->dtable->fieldList['type']['sortType']);
|
||||
unset($config->block->case->dtable->fieldList['status']['sortType']);
|
||||
unset($config->block->case->dtable->fieldList['lastRunDate']['sortType']);
|
||||
unset($config->block->case->dtable->fieldList['lastRunResult']['sortType']);
|
||||
|
||||
@@ -20,6 +20,8 @@ unset($config->block->review->dtable->fieldList['actions']);
|
||||
unset($config->block->review->dtable->fieldList['id']['sortType']);
|
||||
unset($config->block->review->dtable->fieldList['title']['sortType']);
|
||||
unset($config->block->review->dtable->fieldList['type']['sortType']);
|
||||
unset($config->block->review->dtable->fieldList['project']['sortType']);
|
||||
unset($config->block->review->dtable->fieldList['product']['sortType']);
|
||||
unset($config->block->review->dtable->fieldList['time']['sortType']);
|
||||
unset($config->block->review->dtable->fieldList['result']['sortType']);
|
||||
unset($config->block->review->dtable->fieldList['status']['sortType']);
|
||||
|
||||
Reference in New Issue
Block a user