Attendees don't work
rconstantine - March 14, 2009 - 06:51
| Project: | Minutes |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | rconstantine |
| Status: | needs review |
Jump to:
Description
In this function:
function _minutesattendees_get_valid_uids($type, $event) {
The following line should read:
$filters = module_invoke($module, '_minutes_event_attendees', 'filter', $event);
but the underscore was missing causing the function to not fire and the subsequent 'implode' call to fail.

#1
Making the change you noted fixed the issues on my install. Would someone like a patch to be rolled? I would be happy to do that.
#2
I can also confirm this bug & solution. I had commented lines 422-429 as a workaround before finding this solution, which is much better. I also made this change to my installation - thanks for noting it.
A patch seems like a good idea, since the attendance tracking is the main reason we're using the Minutes module - it fits our needs perfectly.