mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-11 22:54:17 +00:00
(cherry picked from commit bd519487e5)
Co-authored-by: Gustaf Järgren <gurreja@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bd2d6036bf
commit
351278316a
@@ -109,7 +109,7 @@ function HoverNameBadge(data: any, type: BadgeType) {
|
||||
return [
|
||||
`${data.label}: ${data.name}`,
|
||||
data.name,
|
||||
getDetailUrl(data.owner_model, data.pk, true),
|
||||
getDetailUrl(data.owner_model, data.owner_id, true),
|
||||
undefined,
|
||||
undefined
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user