Problem/Motivation

Members filters ajax callback returns an error 500 if event date field is empty.

Proposed resolution

if (!empty($item['value_wrapper']['date']))

Comments

lexsoft created an issue. See original summary.

lexsoft’s picture

patch -p1 < members-filters-ajax-callback-error-3127465-2.patch
patching file src/Plugin/Field/FieldWidget/OpignoDateRangeWidget.php
axelm’s picture

Status: Active » Patch (to be ported)

Hi,
We could not reproduce your issue, but we will apply the patch anyway, it cannot be bad to have additional checks.

axelm’s picture

Status: Patch (to be ported) » Fixed
axelm’s picture

Status: Fixed » Closed (fixed)