| 1234567891011121314151617 |
- <?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';
|