mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Radio button on modal window
fixed a lookup modal from having checkboxes when it needed radio buttons
This commit is contained in:
parent
94b0a62059
commit
bd12efd7fe
@ -323,7 +323,8 @@ angular.module('InventoryHelper', ['RestServices', 'Utilities', 'OrganizationLis
|
||||
form: form,
|
||||
current_item: scope.organization,
|
||||
list: OrganizationList,
|
||||
field: 'organization'
|
||||
field: 'organization',
|
||||
input_type: 'radio'
|
||||
});
|
||||
|
||||
scope.$emit('inventoryPropertiesLoaded');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user