Problem/Motivation
When viewing /admin/content/events/instances and have Registration Availability as a filter
Deprecated function: Creation of dynamic property Drupal\recurring_events_registration\Plugin\views\filter\EventInstanceRegistrationAvailability::$valueOptions is deprecated in Drupal\recurring_events_registration\Plugin\views\filter\EventInstanceRegistrationAvailability->getValueOptions() (line 62 of modules/contrib/recurring_events/modules/recurring_events_registration/src/Plugin/views/filter/EventInstanceRegistrationAvailability.php).
Steps to reproduce
Have a view of event instances and have Registration Availability as a filter
Proposed resolution
Use !empty instead of isset
Issue fork recurring_events-3576884
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
chrisla commented