Error add garbage record to the "oo_plugin_form_fieldconfig" table when saving all forms. #461
Replies: 1 comment 2 replies
-
@dai-eastgate I'm not sure why the field "Reduce values according to selected filter" is available in forms. Usually it's supposed to reduce the values from all possible selections (kind of property) to only the selections made available by the customers onOffice enterprise. E.g. it might be reduced to just Penthouses and Villas instead of all different kind of apartments and houses. I'll discuss this with one of our developers and update you afterwards. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@fredericalpers When I fixed and tested the bug #454
Each time we click "save changes" in the form, we will add a record for "form_Id = 0" to the "oo_plugin_form_fieldconfig" table. Meanwhile, there is no existing form with "id=0".
This code always has the data for "availableOptions" that will add to the database when we save the form.
Currently, when I click the "Reduce values according to selected filter" checkbox and click "Save Changes" it is not saved in the database. And in the backend, the checkbox "Reduce values according to selected filter" is also unchecked
Can you explain it to me?
So that I can find a solution to solve this issue.
Beta Was this translation helpful? Give feedback.
All reactions