mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
Radio button on modal window
fixed a lookup modal from having checkboxes when it needed radio buttons
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user