zentaopms/config/ext/featurebar.php
2023-05-16 10:47:08 +08:00

18 lines
1.1 KiB
PHP
Executable File

<?php
$config->featureBarSort = array();
$config->featureBarSort['assetlib']['caselib']['review'] = 'all';
$config->featureBarSort['testsuite']['browse']['review'] = 'all';
$config->featureBarSort['testtask']['browse']['review'] = 'totalStatus';
$config->featureBarSort['bug']['browse']['review'] = 'assignedbyme';
$config->featureBarSort['execution']['task']['review'] = 'assignedbyme';
$config->featureBarSort['execution']['build']['review'] = 'all';
$config->featureBarSort['execution']['all']['review'] = 'undone';
$config->featureBarSort['execution']['bug']['review'] = 'all';
$config->featureBarSort['project']['build']['review'] = 'all';
$config->featureBarSort['project']['browse']['review'] = 'undone';
$config->featureBarSort['program']['browse']['review'] = 'closed';
$config->featureBarSort['release']['browse']['review'] = 'normal';
$config->featureBarSort['projectrelease']['browse']['review'] = 'normal';
$config->featureBarSort['productplan']['browse']['review'] = 'closed';
$config->featureBarSort['product']['all']['review'] = 'noclosed';