After selecting the attendees and saving the minutes, the minutes view displays a different set of attendees.

Comments

pukku’s picture

Assigned: Unassigned » pukku
Status: Active » Fixed

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.

This is now fixed

ianchan’s picture

I 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.

pukku’s picture

Hi! Why remove the call to _minutes_translate_uids_to_display?

ianchan’s picture

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.

pukku’s picture

Fair enough; that shouldn't happen with the fixed version though; does it?

pukku’s picture

Status: Fixed » Closed (fixed)