Unpopulated users list in groups window: v.2.3.6

Bug #1356660 reported by Richard Jensen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Eventum
Won't Fix
Low
Elan Ruusamäe

Bug Description

In line 68 of ./manage/groups.php:

This is what is delivered:
$tpl->assign("user_options", $user_options);

This is what it should be:
$tpl->assign("user_options", User::getActiveAssocList());

With the former, the users list will not populate, so no new groups can be created.

With the latter, the users list properly populates, and new groups can be created.

Revision history for this message
Elan Ruusamäe (glen666) wrote :

there is no bug. your problem is that user can't exist in multiple groups

don't know why it is so, i don't use groups feature myself

Changed in eventum:
assignee: nobody → Elan Ruusamäe (glen666)
importance: Undecided → Low
milestone: none → 2.4
status: New → Won't Fix
Revision history for this message
Bryan Alsdorf (balsdorf) wrote :

A user only being in one group only was because when I implemented this feature that was all I needed. I should have made it more flexible but I didn't.

I still haven't found a need for it personally but am not opposed to it being changed in the future.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.