mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02: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,
|
form: form,
|
||||||
current_item: scope.organization,
|
current_item: scope.organization,
|
||||||
list: OrganizationList,
|
list: OrganizationList,
|
||||||
field: 'organization'
|
field: 'organization',
|
||||||
|
input_type: 'radio'
|
||||||
});
|
});
|
||||||
|
|
||||||
scope.$emit('inventoryPropertiesLoaded');
|
scope.$emit('inventoryPropertiesLoaded');
|
||||||
|
|||||||
Reference in New Issue
Block a user