fix: Booker atom name booking field (#18653)

* feat: split name booking field in v2

* fix: booker atom handle split name

* fix: after and before start dates bookings filter

* chore: bump platform libraries
This commit is contained in:
Lauris Skraucis
2025-01-15 14:08:06 +05:30
committed by GitHub
parent 5ccf5e6be8
commit c21ba636d2
10 changed files with 6159 additions and 262 deletions
+2 -2
View File
@@ -7411,7 +7411,7 @@
"type": {
"type": "string",
"example": "name",
"description": "only allowed value for type is `name`"
"description": "only allowed value for type is `name`. Used for having 1 booking field for both first name and last name."
},
"label": {
"type": "string"
@@ -8137,7 +8137,7 @@
"boolean"
],
"example": "name",
"description": "only allowed value for type is `name`",
"description": "only allowed value for type is `name`. Used for having 1 booking field for both first name and last name.",
"default": "name"
},
"label": {