Merge branch 'feature/stock-item-link' into dev
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
<Route path="/search" component={Search} />
|
<Route path="/search" component={Search} />
|
||||||
<Route path="/stock" component={Stock} />
|
<Route path="/stock" component={Stock} />
|
||||||
<Route path="/stock/location/:location_id" 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="/stock/:owner/:owner_id/item/:owner_number" component={Stock} />
|
||||||
<Route path="/tags" component={TagList} />
|
<Route path="/tags" component={TagList} />
|
||||||
<Route path="/tags/use/:tag" component={TagUses} />
|
<Route path="/tags/use/:tag" component={TagUses} />
|
||||||
|
|||||||
Reference in New Issue
Block a user