Files
EasySoft-ZenTaoPMS/module/my/config.php
chencongzhi520@gmail.com ed27f1671e * finish task#1395.
2013-06-20 05:27:04 +00:00

17 lines
647 B
PHP

<?php
$config->my = new stdclass();
$config->my->editprofile = new stdclass();
$config->my->editprofile->requiredFields = 'account,realname';
$config->my->dynamicCounts = 14;
$config->my->todoCounts = 10;
$config->my->taskCounts = 10;
$config->my->bugCounts = 10;
$config->my->storyCounts = 10;
$config->mobile = new stdclass();
$config->mobile->todoBar = array('today', 'yesterday', 'thisWeek', 'lastWeek', 'all');
$config->mobile->taskBar = array('assignedTo', 'openedBy');
$config->mobile->bugBar = array('assignedTo', 'openedBy', 'resolvedBy');
$config->mobile->storyBar = array('assignedTo', 'openedBy', 'reviewedBy');