Actions
Feature #33572
openShow issue subject in the tooltip of "Prev" and "Next" button for issues
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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:
Files
Updated by Seiei Miyagi over 4 years ago
Updated by Goh Matsumoto over 4 years ago
It may be better to change the method name: 'retrieve_previous_and_next_issue_ids'.
e.g. 'retrieve_previous_and_next_issue'
Updated by Seiei Miyagi over 4 years ago
- File 0001-Update-tooltip-title-of-next-prev-issue-link.patch 0001-Update-tooltip-title-of-next-prev-issue-link.patch added
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.
Updated by Go MAEDA over 4 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]]
Actions