fix url redirect for content types that must have /view in url to view contents

This commit is contained in:
Elizabeth Leddy
2012-03-14 15:01:17 -07:00
parent 3b55519c13
commit 877f2d3e84
3 changed files with 172 additions and 4 deletions
+7
View File
@@ -1,6 +1,13 @@
Changelog
=========
2.1.5 (Unreleased)
------------------
- Redirect to "/view" for Image, File and anything listed as requiring
a view in the url to properly display comments.
[eleddy]
2.1.4 (2012-02-29)
------------------