Vote #80912
未完了Show issue subject in the tooltip of "Prev" and "Next" button for issues
0%
説明
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:
!{width: 380px; border: 1px solid grey;}.before.png!
After:
!{width: 380px; border: 1px solid grey;}.after.png!
journals
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Thanx!
LGTM!
--------------------------------------------------------------------------------
Thank you for posting the patch. I think we need to carefully consider whether the feature is worth adding two additional queries to implement.
<pre>
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]]
</pre>
--------------------------------------------------------------------------------