mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Merge pull request #486 from jlmitch5/fixModalOnModalBS
fix workflow maker lookup issues
This commit is contained in:
commit
06210624ce
@ -312,9 +312,13 @@ var awApp = angular.module('awApp', [
|
||||
$(this).remove();
|
||||
});
|
||||
|
||||
$('.ui-dialog-content').each(function() {
|
||||
$(this).dialog('close');
|
||||
});
|
||||
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…
x
Reference in New Issue
Block a user