mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Default location (#715)
* Fix async loading of parent part - Don't block render while fetching data * Display default location on part detail page * Use pathstring instead of name * Update release notes * Display in stock detail too * dart format
This commit is contained in:
parent
0eedf25d11
commit
ed7d73b9c0
5 changed files with 87 additions and 12 deletions
|
|
@ -719,7 +719,6 @@
|
|||
"languageSelect": "Select Language",
|
||||
"@languageSelect": {},
|
||||
|
||||
|
||||
"lastStocktake": "Last Stocktake",
|
||||
"@lastStocktake": {},
|
||||
|
||||
|
|
@ -753,6 +752,9 @@
|
|||
"locationCreateDetail": "Create new stock location",
|
||||
"@locationCreateDetail": {},
|
||||
|
||||
"locationDefault": "Default Location",
|
||||
"@locationDefault": {},
|
||||
|
||||
"locationNotSet": "No location specified",
|
||||
"@locationNotSet": {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue