formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

System field if deleted not recreated on update of form edit #698

Open apmuthu opened 4 years ago

apmuthu commented 4 years ago

Made a new form and a table ft_form_2 was created.. Added a new field in the form. Deleted the is_finalized field directly in the database's ft_form_2 table. Did an Update to the form design. The table did not create the is_finalized field in the ft_form_2 table.

All system fields used by the formtools application should be recreated when the form design is updated.