From 047c560fab91acd07d1853e99c7cf3d9d0c7a441 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Tue, 6 May 2014 17:00:44 -0400 Subject: [PATCH] Fix migration for AC-1258 (Show user who triggered a job) --- awx/ui/static/js/helpers/LogViewer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/LogViewer.js b/awx/ui/static/js/helpers/LogViewer.js index 7c1c7352fa..f142f0963f 100644 --- a/awx/ui/static/js/helpers/LogViewer.js +++ b/awx/ui/static/js/helpers/LogViewer.js @@ -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();