Merge branch 'feature/stock-item-link' into dev
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m48s
Build Docker Image / Clean-Registry (push) Successful in 1s

This commit is contained in:
2026-02-11 14:48:10 +01:00

View File

@@ -103,7 +103,7 @@
<Route path="/search" component={Search} />
<Route path="/stock" component={Stock} />
<Route path="/stock/location/:location_id" component={Stock} />
<Route path="/stock/item/:item_id/view" component={Stock} />
<Route path="/stock/:item_id/view" component={Stock} />
<Route path="/stock/:owner/:owner_id/item/:owner_number" component={Stock} />
<Route path="/tags" component={TagList} />
<Route path="/tags/use/:tag" component={TagUses} />