Feature #6347
closedAll members not being displayed in Projects -> Settings
0%
Description
There is a hard limit of 100 in the Principal.active.find call in 'app/views/projects/settings/_members.rhtml':
<% principals = Principal.active.find(:all, :limit => 100, :order => 'type, login, lastname ASC') - @project.principals %>
which is a problem for us as we currently have 135 members. Please consider raising or removing this limit.
Related issues
Updated by Jean-Baptiste Barth about 14 years ago
- Resolution set to Wont fix
Thanks for reporting. I don't think we will increase this limit because there are good reasons behind it.
But did you notice you have an autocomplete text field above it ? When you start typing anything in it, names are auto-completed accordingly... Do you see a better / more intuitive method to do that ?
Updated by Daniel Felix almost 12 years ago
- Resolution deleted (
Wont fix)
Well I know that there is no pagination on this page and the limit won't be raised. But...
I would definitly agree that ther should be some kind of pagination. This way, the limit could be removed and the display would be still fast.
What do you think Jean-Baptiste?
Updated by Daniel Felix almost 12 years ago
- Tracker changed from Defect to Feature
It should be a feature request, if there should be some pagination.
Updated by Jean-Philippe Lang almost 12 years ago
- Target version set to Candidate for next major release
Updated by Bruce Svare over 11 years ago
This is a duplicate of #9549 which was implemented in 2.3.0
Updated by Daniel Felix over 11 years ago
- Is duplicate of Defect #9549: Only 100 users are displayed when adding new project members added
Updated by Daniel Felix over 11 years ago
- Status changed from New to Closed
- Target version deleted (
Candidate for next major release) - Resolution set to Duplicate
Indeed. I close this issue, as this issue is already fixed.
I set the relation as a duplicate, even if this issue is the one which was first - the other issue find it's way to the trunk.