Display inventory source name rather than group name in workflow editor

This commit is contained in:
Michael Abashian
2017-07-12 10:30:58 -04:00
parent 87101d18d2
commit 4ff05ddd10

View File

@@ -16,7 +16,6 @@ export default {
fields: { fields: {
name: { name: {
label: 'Name', label: 'Name',
ngBind: 'inventory_source.summary_fields.group.name',
columnClass: 'col-md-11', columnClass: 'col-md-11',
simpleTip: { simpleTip: {
awToolTip: "Inventory: {{inventory_source.summary_fields.inventory.name}}", awToolTip: "Inventory: {{inventory_source.summary_fields.inventory.name}}",