Mehrere Auswahlen in einem Objekt speichern
- Neues JSON-Feld 'selections' in Directus objects-Collection - Alle Auswahlen (bbox/polygon) landen in einem einzigen Objekt - Erste Auswahl bleibt weiterhin in bbox/polygon für Kompatibilität - GET-Proxy liefert selections-Feld mit aus Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -47,6 +47,7 @@ export async function createDirectusObject(payload: {
|
||||
picture: string
|
||||
bbox: BBox | null
|
||||
polygon: Point[] | null
|
||||
selections: import('./types').Selection[] | null
|
||||
user_notes: string | null
|
||||
parent: string | null
|
||||
}, token: string): Promise<DirectusObject> {
|
||||
|
||||
Reference in New Issue
Block a user