Etienne
|
674ddbd525
|
Fix raw json validation (#15931)
Before validation in common layer, stringified json were accepted in raw
json field. Fix regression
related to
https://discord.com/channels/1130383047699738754/1130383048173682821/1440723288090218636
|
2025-11-19 19:05:02 +01:00 |
|
Etienne
|
76cc07a5f7
|
Revert x2 - Common - Field validation (#15491) (#15879)
Revert https://github.com/twentyhq/twenty/pull/15821
Should not have been reverted. Conflicting with this
[PR](https://github.com/twentyhq/twenty/pull/15742),
[reverted](https://github.com/twentyhq/twenty/pull/15875)
Co-authored-by: Weiko <corentin@twenty.com>
|
2025-11-18 12:04:00 +01:00 |
|
martmull
|
867422627c
|
Revert "Common - Field validation (#15491)" (#15821)
This reverts commit 261cba40ef.
|
2025-11-14 13:47:22 +01:00 |
|
Etienne
|
261cba40ef
|
Common - Field validation (#15491)
Closes : https://github.com/twentyhq/core-team-issues/issues/1622
To do in other PR :
- Add migration command for non nullable text, raw_json & array fields
- Add null transformation
---------
Co-authored-by: Weiko <corentin@twenty.com>
|
2025-11-13 15:45:35 +01:00 |
|
Etienne
|
580ce312fd
|
Common api - Add field create input validation integration testing (#15026)
closes https://github.com/twentyhq/core-team-issues/issues/1624
|
2025-10-20 18:19:50 +02:00 |
|