Defect #10551
openRight click context menu for 1000 issues does not appear
0%
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
Updated by Jean-Philippe Lang over 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
Updated by Go MAEDA over 6 years ago
- Related to Defect #7549: right-click menu doesn't work with large number of issues. added
Updated by Alessandro Zucchi about 6 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
Updated by Pavel Rosický about 6 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.
Updated by Alessandro Zucchi about 6 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