Project

General

Profile

Actions

Defect #10551

open

Right click context menu for 1000 issues does not appear

Added by Sanjay Kashalkar about 12 years ago. Updated over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Increase the per page limit to 1000 via admin-settings. Then select a 1000 issues and right click as usual. For a brief moment, the loading box for the context menu appears, but then nothing more.

Reduce the selected items to 100 and the context menu appears again!

Using Redmine 1.3.2.


Related issues

Related to Redmine - Defect #7549: right-click menu doesn't work with large number of issues.New2011-02-05

Actions
Actions #1

Updated by Jean-Philippe Lang about 12 years ago

  • Subject changed from right click context menu for issues does not appear to Right click context menu for 1000 issues does not appear
Actions #2

Updated by Go MAEDA about 6 years ago

  • Related to Defect #7549: right-click menu doesn't work with large number of issues. added
Actions #3

Updated by Alessandro Zucchi over 5 years ago

Hi,
the problem persists also in 4.0 version. This is è big limitation when you need to move a lot of issues.
Possible plan a fix of this problem?
Thank you.
Alessandro

Actions #4

Updated by Pavel Rosický over 5 years ago

The change should be simple, just change GET request to POST. I can make a patch if you want, but updating 1000 issues at once isn't a good idea. If a request takes too long it could be rejected by the webserver. Such change isn't trivial. It would require background jobs or something.

Actions #5

Updated by Alessandro Zucchi over 5 years ago

Hi Pavel,
you are right, but in Redmine a lot of bulk operations are made in a sycronous mode from client side. I never had problems with websever.
For sure a sever side bulk operations should be better: no browser freeze and better performance.

Bye

Actions

Also available in: Atom PDF