Files
EasySoft-ZenTaoPMS/trunk/module/action/config.php
wangchunsheng f01c26e19f + add the feature of delete to bug module.
+ add the feature of trash.
2010-04-10 07:14:40 +00:00

11 lines
434 B
PHP

<?php
$config->action->objectTables['bug'] = TABLE_BUG;
$config->action->objectTables['story'] = TABLE_STORY;
$config->action->objectTables['case'] = TABLE_CASE;
$config->action->objectTables['task'] = TABLE_TASK;
$config->action->objectNameFields['bug'] = 'title';
$config->action->objectNameFields['story'] = 'title';
$config->action->objectNameFields['case'] = 'title';
$config->action->objectNameFields['task'] = 'name';