You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the update to v2.9.0 I cannot add a secondary criteria to the "display field" (affichage du champ)section in a question.
The server returns a 400 error, it seems some fields are missing in the ajax request.
When I hit the '+' the request is:
GET /plugins/formcreator/ajax/condition.php?items_id=X
whereas when I insert a first criteria I get:
GET /plugins/formcreator/ajax/condition.php?itemtype=PluginFormcreatorQuestion&items_id=X&plugin_formcreator_sections_id=Y
The text was updated successfully, but these errors were encountered:
btry
added a commit
to btry/formcreator
that referenced
this issue
Jan 6, 2020
Hi,
Since the update to v2.9.0 I cannot add a secondary criteria to the "display field" (affichage du champ)section in a question.
The server returns a 400 error, it seems some fields are missing in the ajax request.
When I hit the '+' the request is:
GET /plugins/formcreator/ajax/condition.php?items_id=X
whereas when I insert a first criteria I get:
GET /plugins/formcreator/ajax/condition.php?itemtype=PluginFormcreatorQuestion&items_id=X&plugin_formcreator_sections_id=Y
The text was updated successfully, but these errors were encountered: