2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-18 18:28:18 +00:00

[UI] Enhance stock item rendering (#10143)

* Enhance stock item rendering

- Show location in forms
- Allow differentiation between items

* Unit test fixes

- Account for longer query time in docker mode

* Cast to string

* Improved rendering
This commit is contained in:
Oliver
2025-08-07 15:29:57 +10:00
committed by GitHub
parent 1e6ffbde30
commit 61c8a8f703
5 changed files with 163 additions and 28 deletions

View File

@@ -8,6 +8,7 @@ export interface InstanceRenderInterface {
link?: boolean;
navigate?: any;
showSecondary?: boolean;
extra?: Record<string, any>;
}
type EnumDictionary<T extends string | symbol | number, U> = {