Fix table rendering for 'used_in' view
This commit is contained in:
parent
08aca6a5a8
commit
cec61655cf
|
|
@ -41,14 +41,14 @@
|
|||
visible: false,
|
||||
},
|
||||
{
|
||||
field: 'part',
|
||||
field: 'part_detail',
|
||||
title: 'Part',
|
||||
formatter: function(value, row, index, field) {
|
||||
return renderLink(value.name, value.url);
|
||||
return renderLink(value.name, value.url + 'bom/');
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'part.description',
|
||||
field: 'part_detail.description',
|
||||
title: 'Description',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue