Fix migration for AC-1258 (Show user who triggered a job)

This commit is contained in:
chouseknecht 2014-05-06 17:00:44 -04:00
parent 88236e2abe
commit 047c560fab

View File

@ -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();