fix(ausruestungsanfrage): correct API paths, assignment navigation, and pre-fill user on Zuweisung page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user