* fix bug.

This commit is contained in:
z
2020-06-08 16:39:14 +08:00
parent 804c3b34f6
commit 4fce5f0720
3 changed files with 29 additions and 10 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class control extends baseControl
if(!isset($this->config->bizVersion)) return false;
/* Code for task #9224. Set requiredFields for workflow. */
if($this->dbh and $this->moduleName != 'upgrade' and $this->moduleName != 'install')
if($this->dbh and $this->moduleName != 'upgrade' and $this->moduleName != 'install' and !defined('IN_INSTALL') and !defined('IN_UPGRADE'))
{
$this->checkRequireFlowField();