Feature #33572
Show issue subject in the tooltip of "Prev" and "Next" button for issues
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: |
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:
History
#1
Updated by Seiei Miyagi almost 2 years ago
#2
Updated by Goh Matsumoto almost 2 years ago
It may be better to change the method name: 'retrieve_previous_and_next_issue_ids'.
e.g. 'retrieve_previous_and_next_issue'
#3
Updated by Seiei Miyagi almost 2 years ago
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.
#4
Updated by Goh Matsumoto almost 2 years ago
Thanx!
LGTM!
#5
Updated by Go MAEDA almost 2 years ago
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]]