mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
fix workflow maker lookup issues
This commit is contained in:
parent
3d71c93262
commit
713c9614a9
@ -312,9 +312,13 @@ var awApp = angular.module('awApp', [
|
||||
$(this).remove();
|
||||
});
|
||||
|
||||
if (next.name !== "templates.editWorkflowJobTemplate.workflowMaker" &&
|
||||
next.name !== "templates.editWorkflowJobTemplate.workflowMaker.inventory" &&
|
||||
next.name !== "templates.editWorkflowJobTemplate.workflowMaker.credential") {
|
||||
$('.ui-dialog-content').each(function() {
|
||||
$(this).dialog('close');
|
||||
});
|
||||
}
|
||||
|
||||
try {
|
||||
$('#help-modal').dialog('close');
|
||||
|
Loading…
Reference in New Issue
Block a user