Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2024 at 10:22 UTC
Updated:
30 Sep 2024 at 10:19 UTC
Jump to comment: Most recent
Comments
Comment #3
doxigo commentedComment #4
damienmckennaThanks for working that out and for doing a MR. I'll review it shortly, but it's likely safe to add to the next release.
Comment #5
ivnishPipeline has failed phpunit test
Comment #6
ivnishComment #7
damienmckennaPer the comment above it, this line needs to check to exclude zeroes too, which is why it used !empty() before; I think it'd be fine to revert it to !empty().
Comment #8
ivnishComment #10
damienmckennaCommitted. Thank you!