twenty/packages
Marie b6b7d0e665
Fix field creation (#7547)
In [this](https://github.com/twentyhq/twenty/pull/7522) and
[this](https://github.com/twentyhq/twenty/pull/7543) PR we introduced
the impossibility to save a field that would be non nullable but without
a default value.
The check is actually called on the input while the defaultValue is
added by the service on a "built" fieldMetadata to create or save. So
far all fields created from the app it currently fails as both
isNullable and defaultValue are undefined so falsy at that stage.
2024-10-10 09:38:29 +02:00
..
twenty-chrome-extension Support for multiple values in the Phone field (#6882) 2024-09-11 11:15:04 +02:00
twenty-docker Updating terraform and k8s files adding redis... (#7425) 2024-10-07 10:23:42 +02:00
twenty-e2e-testing E2E tests (#6717) 2024-08-27 11:07:10 +02:00
twenty-emails 7417 workflows i can send emails using the email account (#7431) 2024-10-08 23:29:09 +02:00
twenty-front Fix hide calender icon if no deadline on task (#7465) 2024-10-10 13:04:25 +05:30
twenty-postgres Check if user wants to run make postgres-on-linux (#6819) 2024-09-04 16:58:54 +02:00
twenty-server Fix field creation (#7547) 2024-10-10 09:38:29 +02:00
twenty-ui Bump version to v0.31.0 (#7500) 2024-10-08 17:22:16 +02:00
twenty-utils Fix docs build in CI (#5826) 2024-06-11 19:06:37 +02:00
twenty-website fix state management doc link in frontend-commands.mdx (#7334) 2024-10-09 18:15:19 +02:00
twenty-zapier [Fix] Remove usage of deprecated FieldMetadata type probability (#6279) 2024-07-16 11:36:10 +02:00