This commit is contained in:
hufangzhou
2022-05-12 15:46:49 +08:00
parent dd4566f1ea
commit 4c7619bcb9
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
$config->action->objectNameFields['product'] = 'name';
$config->action->objectNameFields['story'] = 'title';
$config->action->objectNameFields['requirement'] = 'title';
$config->action->objectNameFields['productplan'] = 'title';
$config->action->objectNameFields['release'] = 'name';
$config->action->objectNameFields['program'] = 'name';