Files
EasySoft-ZenTaoPMS/module/entry/config.php
2017-10-27 17:40:16 +08:00

9 lines
294 B
PHP

<?php
$config->entry->create = new stdclass();
$config->entry->create->requiredFields = 'name, code, key';
$config->entry->edit = new stdclass();
$config->entry->edit->requiredFields = 'name, code, key';
$config->entry->help = 'http://www.zentao.net/book/zentaopmshelp/integration-287.html';