config.php 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. $config->my = new stdclass();
  3. $config->my->editprofile = new stdclass();
  4. $config->my->editprofile->requiredFields = 'account,realname';
  5. $config->my->dynamicCounts = 14;
  6. $config->my->todoCounts = 10;
  7. $config->my->taskCounts = 10;
  8. $config->my->bugCounts = 10;
  9. $config->my->storyCounts = 10;
  10. $config->my->oaObjectType = 'attend,leave,makeup,overtime,lieu';
  11. $config->my->noFlowAuditModules = array('story', 'requirement', 'epic', 'testcase', 'feedback', 'oa', 'demand');
  12. $config->mobile = new stdclass();
  13. $config->mobile->todoBar = array('today', 'yesterday', 'thisWeek', 'lastWeek', 'all');
  14. $config->mobile->taskBar = array('assignedTo', 'openedBy');
  15. $config->mobile->bugBar = array('assignedTo', 'openedBy', 'resolvedBy');
  16. $config->mobile->storyBar = array('assignedTo', 'openedBy', 'reviewedBy');
  17. $config->my->notFlowModules = array();
  18. $config->my->openedDateField['product'] = 'createdDate';
  19. $config->my->openedDateField['productplan'] = 'createdDate';
  20. $config->my->openedDateField['release'] = 'createdDate';
  21. $config->my->openedDateField['build'] = 'createdDate';
  22. $config->my->openedDateField['testtask'] = 'createdDate';
  23. $config->my->openedDateField['testsuite'] = 'addedDate';
  24. $config->my->openedDateField['caselib'] = 'addedDate';
  25. $config->my->openedDateField['baseline'] = 'createdDate';
  26. $config->my->openedDateField['projectchange'] = 'createdDate';