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