Hi! 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.
Hi.. 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.
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