From 7f064a4941d58772feeaf0953a786cdf0fb9d50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Thu, 7 Jul 2016 08:55:34 +0200 Subject: [PATCH] Use static /projects path for timelines modal https://community.openproject.com/work_packages/23523/activity --- .../timelines/directives/timeline-table-container-directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/timelines/directives/timeline-table-container-directive.js b/frontend/app/timelines/directives/timeline-table-container-directive.js index a3e4de31e5..f7aac5085d 100644 --- a/frontend/app/timelines/directives/timeline-table-container-directive.js +++ b/frontend/app/timelines/directives/timeline-table-container-directive.js @@ -130,7 +130,7 @@ module.exports = function(TimelineLoaderService, TimelineTableHelper, SvgHelper, scope.timeline, { url_prefix : PathHelper.staticBase, - project_prefix : PathHelper.projectsPath() + project_prefix : '/projects' } );