Feature #33572
open
Show issue subject in the tooltip of "Prev" and "Next" button for issues
Added by Go MAEDA over 4 years ago.
Updated over 4 years ago.
Description
The current tooltip shows only the ticket number, but this is not enough information for users to imagine what the issue is about.
I think it can be improved by showing the issue subject in the tooltip.
Before:
After:
Files
It may be better to change the method name: 'retrieve_previous_and_next_issue_ids'.
e.g. 'retrieve_previous_and_next_issue'
Goh Matsumoto wrote:
It may be better to change the method name: 'retrieve_previous_and_next_issue_ids'.
e.g. 'retrieve_previous_and_next_issue'
Thank you for pointing it out.
I updated the patch.
Thank you for posting the patch. I think we need to carefully consider whether the feature is worth adding two additional queries to implement.
Issue Load (0.1ms) SELECT "issues".* FROM "issues" WHERE "issues"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]]
Issue Load (0.1ms) SELECT "issues".* FROM "issues" WHERE "issues"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]]
Also available in: Atom
PDF