1
0
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:
John Mitchell 2017-09-29 19:50:17 -04:00
parent 3d71c93262
commit 713c9614a9
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -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');