Fixed wording for custom inventory scripts

Fixed the label on the source panel and on the lookup modal
This commit is contained in:
Jared Tabor
2014-12-01 20:38:16 -05:00
parent f3037a3b06
commit a7066443f0
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ angular.module('SourceFormDefinition', [])
dataContainer: 'body' dataContainer: 'body'
}, },
source_script: { source_script: {
label : "Custom Inventory Scripts", label : "Custom Inventory Script",
type: 'lookup', type: 'lookup',
ngShow: "source && source.value !== '' && source.value === 'custom'", ngShow: "source && source.value !== '' && source.value === 'custom'",
sourceModel: 'source_script', sourceModel: 'source_script',

View File

@@ -264,7 +264,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', '
url: invUrl, url: invUrl,
scope: scope, scope: scope,
form: form, form: form,
// current_item: null, hdr: "Select Custom Inventory",
list: CustomInventoryList, list: CustomInventoryList,
field: 'source_script', field: 'source_script',
input_type: 'radio' input_type: 'radio'