- Issue created by @derekw
- last update
over 1 year ago 11 pass - @derekw opened merge request.
- last update
over 1 year ago 11 pass - last update
over 1 year ago 7 pass, 2 fail - πΊπΈUnited States tr Cascadia
It's a PHP 8.2 thing, so you have to test against PHP 8.2. I triggered a test for you.
- last update
over 1 year ago Composer require failure - πΊπΈUnited States tr Cascadia
Also, since you're using the commerce integration, perhaps you can test π No aggregation total shown if first result is empty (commerce_price fields) Needs review ?
- last update
over 1 year ago 7 pass, 2 fail - Status changed to Needs work
3 months ago 12:53pm 5 September 2024 - π©πͺGermany Anybody Porta Westfalica
Thanks @TR, just tried, but sadly this is not fixed by π No aggregation total shown if first result is empty (commerce_price fields) Needs review
- π©πͺGermany Anybody Porta Westfalica
For details see https://www.php.net/manual/en/migration82.deprecated.php
Eventually it needs
adding the #[\AllowDynamicProperties] attribute to the class (which also applies to all child classes).
if this is required by design.
- πΊπΈUnited States tr Cascadia
Personally I think when there's module-specific exceptions like this being made in the code, it's a giant red flag indicating that something is being done wrong.
Why should some commerce field be treated differently than any other Drupal field? How many modules do we have to make exceptions for?
Either Views Aggregator isn't doing the right thing, or the commerce module isn't constructing their field properly.
Yes, your MR would be the right way to fix things if we want to keep that variable around, but I personally would rather see this module fixed so it doesn't have to make exceptions like that. However I don't personally have the time or desire to set up a commerce site so I can investigate and figure out a proper solution.
- πΊπΈUnited States tr Cascadia
Yeah, I'm not going to do any of those things I said in #10. I'm just going to add property, add a @todo, and open a new issue to examine the issue of potentially removing commerce-specific code.
Automatically closed - issue fixed for 2 weeks with no activity.