- πͺπΈSpain Carlos Romero
Carlos Romero β made their first commit to this issueβs fork.
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
10 months ago Waiting for branch to pass - Status changed to Needs review
10 months ago 8:32am 30 May 2024 - πͺπΈSpain Carlos Romero
Hi, I know this issue has been closed, but I have this error and I can't solve it in any way.
I have made a view with custom entities that use a date type field (added from drupal, this field is not in the entity definition - baseFieldDefinitions).
In the view I have the calendar format and calendar entities configured, but the rowplugin arrives empty.
I've added a line that extracts the rowplugin from the displayHandler and sets it to the view if it's not there.
I don't know if it is the best solution but in my scenario it works, I hope for help to improve the code I have added.
Thank you so much.
- πΊπΈUnited States robbt
I also had this issue. Just creating a view setting it to a monthly calendar and then adding the date as a contextual filter and it breaks. This could be a documentation issue as I don't see it anywhere described how to set this up. I get this error when trying to view the page with the block defined -
\Drupal\calendar\Plugin\views\style\CalendarStyle: The calendar row plugin is required when using the calendar style, but it is missing.
- πͺπΈSpain Carlos Romero
Robbt I invite you to try the patch that I have shared in the fork:
I hope it helps you, greetings