We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd1211 commit 8cd6a02Copy full SHA for 8cd6a02
inc/form.class.php
@@ -1467,6 +1467,7 @@ public function post_updateItem($history = 1) {
1467
$this->updateValidators();
1468
if (!isset($this->input['_skip_checks']) || !$this->input['_skip_checks']) {
1469
$this->updateConditions($this->input);
1470
+ }
1471
1472
if (count($this->updates) < 1) {
1473
// When updating conditions in the questions tab, need to clear saved inputs
0 commit comments