mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Merge pull request #6855 from mabashian/6545-manual-inv-source
Make source field required
This commit is contained in:
commit
463ef9d4b0
@ -60,6 +60,7 @@ return {
|
||||
source: {
|
||||
label: i18n._('Source'),
|
||||
type: 'select',
|
||||
required: true,
|
||||
ngOptions: 'source.label for source in source_type_options track by source.value',
|
||||
ngChange: 'sourceChange(source)',
|
||||
ngDisabled: '!(inventory_source_obj.summary_fields.user_capabilities.edit || canAdd)',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user