Ticket to track the upgrade to 7.x of the CCK Signup Group sub-module.

Comments

jhedstrom’s picture

Title: Initial port of CCK Signup Group » Initial port of CCK Signup Group to 7.x
jhedstrom’s picture

Component: Code » Group signups
jhedstrom’s picture

Status: Active » Needs work

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

jhedstrom’s picture

Status: Needs work » Fixed

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.

jhedstrom’s picture

Status: Fixed » Needs work
jhedstrom’s picture

Status: Needs work » Fixed

Now works with field_group module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.