mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Found an issue when deleting multipkle credentials. First delete worked fine. Second delete left the overlay hiding the page. Seems the .off() option on bootstrap modal no longer works as expected.
This commit is contained in:
@@ -47,7 +47,7 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
// Cleanup after a delete
|
||||
var j, i;
|
||||
Wait('stop');
|
||||
$('#prompt-modal').off();
|
||||
$('#prompt-modal').modal('hide');
|
||||
|
||||
if ($scope.projects) {
|
||||
for (i = 0; i < $scope.projects.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user