Closed (fixed)
Project:
CCK Signup
Version:
7.x-1.x-dev
Component:
Group signups
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2011 at 03:00 UTC
Updated:
21 Feb 2011 at 20:50 UTC
Ticket to track the upgrade to 7.x of the CCK Signup Group sub-module.
Comments
Comment #1
jhedstromComment #2
jhedstromComment #3
jhedstromI 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).
Comment #4
jhedstromDone. 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.
Comment #5
jhedstromStill needs #1049408: Port group fieldgroup functionality to 7.x.
Comment #6
jhedstromNow works with field_group module.