Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "Recently modified" view is broken on the home page #9686

Closed
teolemon opened this issue Jan 24, 2024 · 1 comment · Fixed by #9705 or #9663
Closed

The "Recently modified" view is broken on the home page #9686

teolemon opened this issue Jan 24, 2024 · 1 comment · Fixed by #9705 or #9663
Assignees
Labels
🐛 bug This is a bug, not a feature request. homepage 🎯 P1

Comments

@teolemon
Copy link
Member

What

  • The "Recently modified" view is broken on the home page
  • It has been like that for 2 to 3 days at least
  • The same products are at the top. I have disabled custom ranking. I have refreshed my browser.
@teolemon teolemon added 🐛 bug This is a bug, not a feature request. homepage 🎯 P1 labels Jan 24, 2024
@stephanegigandet stephanegigandet self-assigned this Jan 26, 2024
@stephanegigandet
Copy link
Contributor

last_modified_t is a string for some products currently shown at the top, probably due to some recent changes

last_modified_by: "feat",
last_modified_t: "1704911712",
last_updated_t: 1705598678,

alexgarel pushed a commit that referenced this issue Jan 29, 2024
it happened in a recent change in update_all_products.pl, it's fixed in this PR, and the PR also has a new option to fix the products that were affected

fix #9686
john-gom pushed a commit that referenced this issue May 24, 2024
it happened in a recent change in update_all_products.pl, it's fixed in this PR, and the PR also has a new option to fix the products that were affected

fix #9686
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment