#7807 Always include limit in comment links

unreleased
open
nobody
None
General
nobody
2015-02-21
2014-12-17
No

Each user can have different page size preference (on /auth/prefs) which affects pagination of comments on different tools (tracker, wiki, etc)

Imagine situation:

  • ticket has 50 comments
  • user1 has page size 100
  • user2 has page size 25
  • user1 goes to ticket, copies link for last comment, and sends it to user2 (link would look like https://sourceforge.net/p/allura/tickets/10016/#bbd8)
  • user2 will not see specified comment, cause his pagination settings would show only first 25 comments

I think the simplest way to fix this is to always include limit parameter in comment links.

Discussion


Log in to post a comment.