Fix table rendering for 'used_in' view

This commit is contained in:
Oliver Walters 2019-04-26 23:12:06 +10:00
parent 08aca6a5a8
commit cec61655cf

View File

@ -41,14 +41,14 @@
visible: false, visible: false,
}, },
{ {
field: 'part', field: 'part_detail',
title: 'Part', title: 'Part',
formatter: function(value, row, index, field) { 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', title: 'Description',
}, },
{ {