- Status changed to Needs work
almost 2 years ago 7:28am 14 February 2023 - π³π±Netherlands Lendude Amsterdam
Still needs an automated test to show what we are fixing
- πΊπΈUnited States maskedjellybean Portland, OR
Thank you. #12 worked for me in Drupal 10.2.3.
It allowed me to aggregate using a date_recur field in a view of occurrences. I set the start date to aggregate using Min and the end date to aggregate using Max. This gave me one row for each event, and each row displayed the date of the first occurrence and the last occurrence. Exactly what I needed. Before applying the patch I saw this error:
TypeError: round(): Argument #1 ($num) must be of type int|float, string given in round() (line 173 of /app/docroot/core/modules/views/src/Plugin/views/field/NumericField.php)
- π¬π§United Kingdom oily Greater London
andrew.farquharson β made their first commit to this issueβs fork.
- πΊπΈUnited States karlshea Minneapolis πΊπΈ
Unfortunately this breaks min/max aggregation for datetime sorting.