Revert "Merge pull request #209 from finnlabs/fix/path-helper"

This reverts commit 309a8f7c7d, reversing
changes made to bc10246fa4.
pull/6827/head
Jens Ulferts 9 years ago
parent 309a8f7c7d
commit fdf29cefc9
  1. 2
      frontend/app/work_packages/directives/cost-entry-directive.js

@ -62,7 +62,7 @@ angular.module('openproject.workPackages.directives')
};
var setLink = function() {
var link = PathHelper.workPackagePath($scope.workPackage.props.id);
var link = PathHelper.staticWorkPackagePath($scope.workPackage.props.id);
link += '/cost_entries?cost_type_id=' + $scope.costType.props.id;
link += '&project_id=' + $scope.workPackage.embedded.project.props.id;

Loading…
Cancel
Save