mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Fix migration for AC-1258 (Show user who triggered a job)
This commit is contained in:
parent
88236e2abe
commit
047c560fab
@ -18,7 +18,8 @@ angular.module('LogViewerHelper', ['ModalDialog', 'Utilities', 'FormGenerator',
|
||||
url = params.url,
|
||||
getIcon = params.getIcon,
|
||||
scope = parent_scope.$new(true),
|
||||
base = $location.path().replace(/^\//, '').split('/')[0];
|
||||
base = $location.path().replace(/^\//, '').split('/')[0],
|
||||
pieces;
|
||||
|
||||
if (scope.removeModalReady) {
|
||||
scope.removeModalReady();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user