Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] website_blog: next post looping when last post
The next post button at the bottom of an article was stuck when getting to the last page. A cookie storing the *all* the visited posts was used to determine the next one according to a non-stored (so not working) and unexpected criteria 'ranking'. Also could get articles from other blog. Instead of this whole broken logic, simple loop through articles by classic order and go back to first one when at the end. Better looping algorithm can be used in master where ranking is stored. Fixes #3097, opw 614559
- Loading branch information