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:
chouseknecht
2013-10-15 12:41:17 -04:00
parent bc49317c23
commit edc0f2f774
3 changed files with 29 additions and 20 deletions

View File

@@ -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 " +