mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
Merge pull request #486 from jlmitch5/fixModalOnModalBS
fix workflow maker lookup issues
This commit is contained in:
@@ -312,9 +312,13 @@ var awApp = angular.module('awApp', [
|
|||||||
$(this).remove();
|
$(this).remove();
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.ui-dialog-content').each(function() {
|
if (next.name !== "templates.editWorkflowJobTemplate.workflowMaker" &&
|
||||||
$(this).dialog('close');
|
next.name !== "templates.editWorkflowJobTemplate.workflowMaker.inventory" &&
|
||||||
});
|
next.name !== "templates.editWorkflowJobTemplate.workflowMaker.credential") {
|
||||||
|
$('.ui-dialog-content').each(function() {
|
||||||
|
$(this).dialog('close');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$('#help-modal').dialog('close');
|
$('#help-modal').dialog('close');
|
||||||
|
|||||||
Reference in New Issue
Block a user