We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e06c17 commit 15907b8Copy full SHA for 15907b8
1 file changed
inc/section.class.php
@@ -173,8 +173,10 @@ public function prepareInputForUpdate($input) {
173
$input['uuid'] = plugin_formcreator_getUuid();
174
}
175
176
- if (!$this->checkConditionSettings($input)) {
177
- $input['show_rule'] = PluginFormcreatorCondition::SHOW_RULE_ALWAYS;
+ if (!$this->skipChecks) {
+ if (!$this->checkConditionSettings($input)) {
178
+ $input['show_rule'] = PluginFormcreatorCondition::SHOW_RULE_ALWAYS;
179
+ }
180
181
182
return $input;
0 commit comments