Actions
Defect #12450
closed404 when clicking on a revision in the activity tab and using multiple repositories
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
Hi there,
I have setup a redmine project with multiple repository. But when looking at revisions in the activity tab only the revisions on the main repository works. Clicking on the link of a revision of another repository will return 404.
Browsing all repositories via the repository tab works fine though so I think this is an issue similar to #10567 or #11966.
On the activity tab, revision links are:
https://redmine/projects/:projecid/repository/revisions/:revisionid/diff
instead of
https://redmine/projects/:projectid/repository/:repositoryid/revisions/:revisionid/diff
Updated by Toshi MARUYAMA over 12 years ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
I cannot reproduce.
Redmine generates link to revision not diff.
source:tags/1.4.5/app/models/changeset.rb#L37
If you use plugin, please contact plugin author.
Actions