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.

Comments

michaellenahan created an issue. See original summary.

didebru’s picture

StatusFileSize
new5.1 KB

I have added the field_accepted field to the bof conten_type now everthing works fine.