mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 03:30:54 +00:00
Fix for details links (#7184)
* Fix for details URl - Do not open as a new link - Instead, use internal 'navigate' - Otherwise, triggers a login sequence again - Major improvement in workflow * Fix InvenTreeTable * Refactor * Handle case where no model available * Fix default return type * Use proper mantine table components * Fix for BomTable click-through * Details tweaks * Fix labels * Implement total price detail * Cleanup * Rendering tweaks * Fix for Details.tsx
This commit is contained in:
@ -163,6 +163,7 @@ const icons = {
|
||||
link: IconLink,
|
||||
responsible: IconUserStar,
|
||||
pricing: IconCurrencyDollar,
|
||||
total_price: IconCurrencyDollar,
|
||||
currency: IconCurrencyDollar,
|
||||
stocktake: IconClipboardList,
|
||||
user: IconUser,
|
||||
|
Reference in New Issue
Block a user