Low Reorder fails to show either future or expired entries on the module
When I upgraded from EE 2.x to 5.x, Low Reorder gave me several issues upon reording the existent sets. It was only showing currently displayed entries, even though the settings was: future = yes, expired = yes, sticky = no.
The only way I could fix that was changing the Libraries/Sieve.php on line 120 to:
if (!in_array($this->param('show_expired'), array('y', 'yes')))
And line 130 to:
if (!in_array($this->param('show_future_entries'), array('y', 'yes')))
Hope you can put that patch on your repo so everyone could have this fixed as well. Thank you
Replies
Low 8 Feb 2019 18:06
I see, thanks for reporting. I'll add a fix to the next version.