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:
Oliver 2025-11-13 23:37:05 +11:00 committed by GitHub
parent 0eedf25d11
commit ed7d73b9c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 87 additions and 12 deletions

View file

@ -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": {},