Project

General

Profile

Actions

Defect #8029

closed

List of users for adding to a group may be empty if 100 first users have been added

Added by Petr Pospisil about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Groups
Target version:
Start date:
2011-03-31
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Hello,

Why I cannot add more than 100 users to group? Because line 27 at /groups/_users.html.rb:
<% users = User.active.find(:all, :limit => 100) - @group.users %>

It is wrong. After 100 users added to group, the variable users is forever blank. Even when I have hundreds users.

Thanks for fix

Petr

Actions

Also available in: Atom PDF