I have an event content type called: 'content_rendezveny'.
On the /admin/build/blocks page: it always throws duplicate entry errors, because $delta cannot be longer than 32 characters (varchar(32) in table blocks)
In my case event.module defines $delta: 'event-upcoming-content_rendezveny', which is too long.
See patch, which solve the issue. (Does not allow $delta values longer than 32 chars).
| Comment | File | Size | Author |
|---|---|---|---|
| event.module.patch | 1.56 KB | keve |
Comments
Comment #1
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.