mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Merge pull request #538 from mabashian/provisioning-callback
Fix for bug where UI Doesn't persist enabling provisioning callbacks
This commit is contained in:
commit
70e9d621c0
@ -903,7 +903,7 @@ export function JobTemplatesEdit($filter, $scope, $rootScope, $compile, $locatio
|
||||
$scope.search(relatedSets[set].iterator);
|
||||
}
|
||||
|
||||
dft = ($scope.host_config_key === "" || $scope.host_config_key === null) ? 'false' : 'true';
|
||||
dft = ($scope.host_config_key === "" || $scope.host_config_key === null) ? false : true;
|
||||
md5Setup({
|
||||
scope: $scope,
|
||||
master: master,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user