From e00d70491b9b9eabb6c8d2906b0548ef3498ab17 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Tue, 26 Apr 2022 13:47:34 +0800 Subject: [PATCH] * Fix bug . --- module/stage/config.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 module/stage/config.php diff --git a/module/stage/config.php b/module/stage/config.php new file mode 100644 index 0000000000..f77eb68cd9 --- /dev/null +++ b/module/stage/config.php @@ -0,0 +1,5 @@ +stage->create = new stdclass(); +$config->stage->edit = new stdclass(); +$config->stage->create->requiredFields = 'name,percent,type'; +$config->stage->edit->requiredFields = 'name,percent,type';