mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Fixed update_interval save/load issues. Handling of multiple API calls to save group with source was wrong. Now form status is not checked until all calls complete. update_interval value is correctly translated btwn API integer value and UI drop-down list.
This commit is contained in:
@@ -198,7 +198,7 @@ angular.module('GroupFormDefinition', [])
|
||||
ngShow: "source.value !== '' && source.value !== null",
|
||||
editRequired: false,
|
||||
addRequired: false,
|
||||
'default': { label: 'none', value: null },
|
||||
'default': { label: 'none', value: 0 },
|
||||
dataTitle: 'Update Interval',
|
||||
dataPlacement: 'left',
|
||||
awPopOver: "<p>Instruct the AWX server to automatically run the inventory update process the selected number of minutes from " +
|
||||
|
||||
Reference in New Issue
Block a user