The form just doesn't appear at all when I'm trying to create a new node. Any chance this will be supported?

Comments

drumming_cat’s picture

I also tried to add Office Hours to a multigroup but it only displays one set of "From" and "Until" fields;
No display of weekday labels or Add More Value links.

It would be fantastic if multigroups could be supported! :-)

Module versions tested:
CCK 6.x-3.0alpha
Office Hours 6.x-1.0

jonhattan’s picture

Title: Doesn't work with CCK3 Multigroup » Doesn't work with field_collection (nor CCK3 Multigroup in drupal 6)
Version: 6.x-1.x-dev » 7.x-1.x-dev

office_hours is by its nature a multivalued field, each day slot is a value in the field. That is, you can't create a multivalued office_hours field to store two or three week timetables.

It won't integrate with multigroup / field_collection because these modules need the field configured multivalued in the traditional sense. office_hours would require a database model change to allow for this.

jonhattan’s picture

Title: Doesn't work with field_collection (nor CCK3 Multigroup in drupal 6) » Doesn't work with CCK3 Multigroup
Status: Active » Closed (won't fix)

Sorry I was wrong. Indeed it works for field_collection. My above comment still applies for cck multigroup and it won't fix without a bunch of work that doesn't compensate in these d7 times.