mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Make source required (again)
This commit is contained in:
parent
0889cbaf3b
commit
527728176e
@ -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…
Reference in New Issue
Block a user