Hi,
I came across some weird behavior recently.
In one of my projects I have a "published" field (called Active) toggleable in the backend collection.
When toggling, this works as expected. The item is published/unpublished accordingly.
But I also have this field "Active" on the editpage.
The state of this field does not represent the state of the item correctly, it looks as if it is never saved.
When clicking yes or no and then saving the item, it always goes back to unpublished and the state is not saved.
I have created this active field by adding a bool field to the database, naming is active (published is not allowed) and then adding a wizard "publish" and connecting "active" to it. In the database, j-cook renames the field to "published" and keeps the label "Active"
For this purpose I created a project "Test" with 1 table "Test".
I would also like to have a field with relates to mysql "LONGTEXT", all the fields have TEXT, which is to limited for a specific project for me.
*edit* images upload does not work?