featurebar.php 1.1 KB

1234567891011121314151617
  1. <?php
  2. $config->featureBarSort = array();
  3. $config->featureBarSort['assetlib']['caselib']['review'] = 'all';
  4. $config->featureBarSort['testsuite']['browse']['review'] = 'all';
  5. $config->featureBarSort['testtask']['browse']['review'] = 'totalStatus';
  6. $config->featureBarSort['bug']['browse']['review'] = 'assignedbyme';
  7. $config->featureBarSort['execution']['task']['review'] = 'assignedbyme';
  8. $config->featureBarSort['execution']['build']['review'] = 'all';
  9. $config->featureBarSort['execution']['all']['review'] = 'undone';
  10. $config->featureBarSort['execution']['bug']['review'] = 'all';
  11. $config->featureBarSort['project']['build']['review'] = 'all';
  12. $config->featureBarSort['project']['browse']['review'] = 'undone';
  13. $config->featureBarSort['program']['browse']['review'] = 'closed';
  14. $config->featureBarSort['release']['browse']['review'] = 'normal';
  15. $config->featureBarSort['projectrelease']['browse']['review'] = 'normal';
  16. $config->featureBarSort['productplan']['browse']['review'] = 'closed';
  17. $config->featureBarSort['product']['all']['review'] = 'noclosed';