* [bug#61372,done,0.2h] remove sortType attribute.

This commit is contained in:
tianshujie
2025-04-18 11:14:28 +08:00
committed by 刘刚
parent 4dcc8e3318
commit e42a21f2dd
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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']);
+2
View File
@@ -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']);