Posted by jhedstrom on January 30, 2011 at 3:00am
2 followers
Jump to:
| Project: | CCK Signup |
| Version: | 7.x-1.x-dev |
| Component: | Group signups |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Ticket to track the upgrade to 7.x of the CCK Signup Group sub-module.
Comments
#1
#2
#3
I just committed a working version of this sub-module. It still needs some work both on the admin UI (right now it has separate vertical tabs for just this module, instead of nesting below the main CCK Signup module's tab), and its performing an inefficient query to check the capacity (its using EntityFieldQuery, but it should do one single SUM query).
#4
Done. As for the EFQ bit, this module is now using a normal db_select, so it won't work with group count fields stored in non-SQL storage.
#5
Still needs #1049408: Port group fieldgroup functionality to 7.x.
#6
Now works with field_group module.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.