- πΊπΈUnited States smustgrave
This came up during the #bugsmash biweekly group triage.
Regarding #22 personally I think it would be easier to break them up. Not sure if this warrants it's own Meta. But smaller pieces are easier to review and request changes for.
Now this was tagged for review from almost all levels so maybe they should be the deciders of that. I will post in #needs-review-queue-initative to see if anyone can take a look.
Am moving to NW though for D10 the new functions, parameters should be typehinted for php8.1
New interface would require a change record as well.
Thanks!
- πͺπΈSpain jesus_md
Hi, I found a bug using this patch and geofield at the same time. This patch add (['value'] = '') to the variable $gefield_item to improve the performance. However, this value cause that it doesn't enter in this if condition: URL
It can be solved with a small path, adding also $geofield_item['value'] == '' to the if condition, so is not a big deal but I thought it could be consider in the future for new updates to this issue.
Apart from that, the patch works well. Thanks for providing this awesome optimization.