mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Cleaned up verbosity drop down options to match AC-104. Applied all Job Template changes to Job detail page.
This commit is contained in:
@@ -194,7 +194,7 @@ angular.module('AWDirectives', ['RestServices'])
|
||||
ctrl.$setValidity('max', true);
|
||||
ctrl.$dirty = true;
|
||||
ctrl.$render();
|
||||
scope['job_templates_form'].$dirty = true;
|
||||
//scope['job_templates_form'].$dirty = true;
|
||||
if (!scope.$$phase) {
|
||||
scope.$digest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user