Files
EasySoft-ZenTaoPMS/module/stage/config.php
tanghucheng e00d70491b * Fix bug .
2022-04-26 13:47:34 +08:00

6 lines
213 B
PHP

<?php
$config->stage->create = new stdclass();
$config->stage->edit = new stdclass();
$config->stage->create->requiredFields = 'name,percent,type';
$config->stage->edit->requiredFields = 'name,percent,type';