made organization required on custom inv script

the organization field of the custom inv script modal needed to have the astericks to indicate that it is required.
This commit is contained in:
Jared Tabor 2014-12-08 12:52:07 -05:00
parent 9e8ec0ebd0
commit 8e28c73623

View File

@ -37,11 +37,13 @@ angular.module('CustomInventoryFormDefinition', [])
organization: {
label: 'Organization',
type: 'lookup',
awRequiredWhen: {
variable: "orgrequired",
init: true
},
sourceModel: 'organization',
sourceField: 'name',
ngClick: 'lookUpOrganization()',
addRequired: false,
editRequired: false
ngClick: 'lookUpOrganization()'
},
script: {
label: 'Custom Script',