fix(ausruestungsanfrage): correct API paths, assignment navigation, and pre-fill user on Zuweisung page

This commit is contained in:
Matthias Hochmeister
2026-04-17 13:07:15 +02:00
parent 68e4ed265f
commit e4c37ba219
3 changed files with 11 additions and 5 deletions

View File

@@ -341,7 +341,7 @@ function PersoenlicheAusruestungPage() {
<Chip label={pos.artikel_id ? 'Ja' : 'Nein'} color={pos.artikel_id ? 'success' : 'warning'} size="small" variant="outlined" />
</td>
<td>
<Button size="small" variant="outlined" onClick={() => navigate(`/ausruestungsanfrage/${pos.anfrage_id}/zuweisen`)}>
<Button size="small" variant="outlined" onClick={() => navigate(`/ausruestungsanfrage/${pos.anfrage_id}/zuweisung`)}>
Zuweisen
</Button>
</td>