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
This is a known “bug” but there’s not much we can do about it for now, besides tell you to use PostgreSQL instead of MySQL if it bugs you. Explanation here: #3695 (comment)
Description
The saving process of project.yaml seems to have a different behavior depending on if I save a field or a section.
Steps to reproduce
As you can see, boolean searchable and required fields are changing from 0 to false and 1 to true.
Now I continue, same process but with a fields:
As you can see all the searchable and required propreties changed back to their old values (false or true instead of 0 or 1)
Additional info
The text was updated successfully, but these errors were encountered: