- Issue created by @mandclu
- Merge request !47Issue #3482579 by mandclu, jurgenhaas, roromedia: Calendar entry title field... → (Merged) created by mandclu
Automatically closed - issue fixed for 2 weeks with no activity.
When adding a new content type to a view, subsequently opening the settings will create a PHP warning about a missing array key, like:
Warning: Undefined array key "core_daterange" in Drupal\fullcalendar\Plugin\fullcalendar\type\FullCalendar->buildOptionsForm() (line 486 of /var/www/html/web/modules/contrib/fullcalendar/src/Plugin/fullcalendar/type/FullCalendar.php)
Add a nullsafe fallback to an empty array when accessing the bundle settings.
Active
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.