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 dad1cfd commit ba2e9ddCopy full SHA for ba2e9dd
inc/question.class.php
@@ -624,6 +624,7 @@ public function updateParameters($input) {
624
foreach ($input['_parameters'][$this->fields['fieldtype']] as $fieldName => $parameterInput) {
625
$parameterInput['plugin_formcreator_questions_id'] = $this->getID();
626
if ($parameters[$fieldName]->isNewItem()) {
627
+ unset($parameterInput['id']);
628
$parameters[$fieldName]->add($parameterInput);
629
} else {
630
$parameterInput['id'] = $parameters[$fieldName]->getID();
0 commit comments