Actions
Defect #4408
closedHuge dropdown kills browser: dropdown for username in Project Settings -> Members -> add member
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Projects
Target version:
-
Start date:
2009-12-15
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Description¶
On our redmine forge of our open-source project we have now over 72'000 users auto-registered.
We can't assign users anymore to projects without doing it directly in the database in the members table:
Reason is that the Username selection drop-down list to add a user with a role to a project has over 72'000 entries, and that crashes any reasonable browser.
To reproduce bug:¶
- create a project
- create 100'000 active users in the database
- then go to the project -> Settings tab -> Members sub-tab
- then try adding one of the 100'000 users to the project using the drop-down
Safari and Firefox will be blocked for hours (didn't try to wait more than 3 hours, just killed it).
Suggested fix¶
Probably an auto-complete field for username selection, instead of a drop-down when there are over let's say 200 members would make sense, similar to this similar fixed issue: #3350
Related issues
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Actions