Project

General

Profile

Actions

Feature #28011

open

Setting for My page blocks to change the maximum number of issues

Added by Go MAEDA about 8 years ago. Updated 11 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
My page
Target version:
-
Resolution:

Description

The maximum number of issues to be displayed on a My page block is fixed to 10. But sometimes I want to see more issues on blocks.

I think it is useful and will increase flexibility if each block has a setting to change the maximum number of issues.


The screenshot above is just a mock. I haven't written any codes.


Files


Related issues

Related to Redmine - Feature #10713: My Page: Make the items on the page configurableNewActions
Has duplicate Redmine - Feature #28683: My Page Issues Block limit configurableClosedActions
Actions #1

Updated by Go MAEDA about 8 years ago

  • Related to Feature #10713: My Page: Make the items on the page configurable added
Actions #2

Updated by almost 8 years ago

+1

Actions #3

Updated by Marius BĂLTEANU almost 8 years ago

  • Has duplicate Feature #28683: My Page Issues Block limit configurable added
Actions #4

Updated by Cristian Spiescu almost 2 years ago

+1

Would be indeed really useful. W/o this, I find that this has only limited functionality.

E.g. I have a custom query for my recurrent tasks. I'd like to have a quick way to select one. But I have about 20, so I cannot use unfortunately My page for this.

Actions #5

Updated by Dmitry Nekrasov almost 2 years ago

+1

Actions #6

Updated by Magnus Olsson over 1 year ago

Six years huh. Who reads these? Also +1

Actions #7

Updated by Zsolt Tasnadi 11 days ago

Quick patch

Open the following file:

app/helpers/my_helper.rb

Find the following method:
render_issuequery_block(block, settings)

Edit the following line:
issues = query.issues(:limit => 10)

It's a global solution for all custom query in My Page, but better than noting.

Hint: I'm using Redmine in Docker Compose and I volumed the patched file in the container, it's works perfectly.

Actions

Also available in: Atom PDF