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:
@@ -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> = {
|
||||
|
||||
Reference in New Issue
Block a user