In #161 a DateRangeHandler was introduced, but it is not working as expected because it assumes that the start date will have the key 0 and the end date will have the key 1. We are using Behat DrupalExtension for testing our fields, and it is passing the correct compound field property keys value and end_value.
Ref. RawDrupalContext::parseEntityFields().
In #161 a
DateRangeHandlerwas introduced, but it is not working as expected because it assumes that the start date will have the key0and the end date will have the key1. We are using Behat DrupalExtension for testing our fields, and it is passing the correct compound field property keysvalueandend_value.Ref.
RawDrupalContext::parseEntityFields().