Project

General

Profile

Actions

Feature #33572

open

Show issue subject in the tooltip of "Prev" and "Next" button for issues

Added by Go MAEDA almost 4 years ago. Updated over 3 years ago.

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

Actions #2

Updated by Goh Matsumoto almost 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'

Actions #3

Updated by Seiei Miyagi almost 4 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.

Actions #4

Updated by Goh Matsumoto almost 4 years ago

Thanx!
LGTM!

Actions #5

Updated by Go MAEDA over 3 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

Also available in: Atom PDF