Merge pull request #7011 from mabashian/7004-workflow-inv-sync

Display inventory source name rather than group name in workflow editor
This commit is contained in:
Michael Abashian
2017-07-12 11:45:21 -04:00
committed by GitHub

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}}",