fix(persoenliche-ausruestung): save characteristics on create/edit and add editable eigenschaft fields to assignment page

This commit is contained in:
Matthias Hochmeister
2026-04-15 20:06:02 +02:00
parent 260b71baf8
commit 3f8c4d151d
6 changed files with 141 additions and 51 deletions

View File

@@ -147,6 +147,7 @@ export const ausruestungsanfrageApi = {
benutzerName?: string;
groesse?: string;
kategorie?: string;
eigenschaften?: Array<{ eigenschaft_id?: number; name: string; wert: string }>;
}>,
): Promise<void> => {
await api.post(`/api/ausruestungsanfragen/requests/${anfrageId}/assign`, { assignments });