Closed (fixed)
Project:
Minutes
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Nov 2006 at 19:25 UTC
Updated:
8 Nov 2006 at 13:17 UTC
After selecting the attendees and saving the minutes, the minutes view displays a different set of attendees.
Comments
Comment #1
pukku commentedHi! This was caused by my attempt to make sorting work better. Sadly, it didn't work, because array_multisort re-numbers numerical indexed arrays. I've gone back to using asort.
This is now fixed
Comment #2
ianchan commentedI tweaked minutes.module at line 539 to remove _minutes_translate_uids_to_display..
Thanks for fixing.. minutes are an important part of our plans for site.
Comment #3
pukku commentedHi! Why remove the call to _minutes_translate_uids_to_display?
Comment #4
ianchan commentedHi.. Removing enabled the correct display of user ids. Otherwise, the checkmarked users did not list and instead a different list of users would appear after saving.
Comment #5
pukku commentedFair enough; that shouldn't happen with the fixed version though; does it?
Comment #6
pukku commented