When adding a BoF Session to the Scheduler, the Timeslot will not save.
See Screenshot: https://www.drupal.org/files/issues/bof-session-saving.png
The Watchdog error is this:
EntityMetadataWrapperException: Unknown data property field_accepted. in EntityStructureWrapper->getPropertyInfo() (line 335 of /home/michael/workspace/cod/profiles/cod/modules/contrib/entity/includes/entity.wrapper.inc).
It seems that we need to have a field_accepted field on the "BoF Session" Content Type, just as we have for "Session" and "Schedule Item" Content Types.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2789195_cod_bof.patch | 5.1 KB | didebru |
| bof-session-saving.png | 87.1 KB | michaellenahan |
Comments
Comment #2
didebruI have added the field_accepted field to the bof conten_type now everthing works fine.