Fix staticBase of bulk delete path

pull/4141/head
Oliver Günther 9 years ago
parent 0102f7fde7
commit 9547784bf0
  1. 2
      frontend/app/components/common/path-heleper/path-helper.service.js

@ -120,7 +120,7 @@ function PathHelper() {
return '/sub_projects';
},
workPackagesBulkDeletePath: function() {
return PathHelper.workPackagesPath() + '/bulk';
return PathHelper.staticBase + PathHelper.workPackagesPath() + '/bulk';
},
workPackageJsonAutoCompletePath: function() {
return '/work_packages/auto_complete.json';

Loading…
Cancel
Save