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

[bug] Items in the Research module having current date as "Last Updated" date #3558

Closed
dalibormrska opened this issue May 20, 2024 · 3 comments · Fixed by #3644
Closed

[bug] Items in the Research module having current date as "Last Updated" date #3558

dalibormrska opened this issue May 20, 2024 · 3 comments · Fixed by #3644

Comments

@dalibormrska
Copy link
Collaborator

dalibormrska commented May 20, 2024

Describe the bug
All the items in the research module of Project Kamp have the current date as the date of when they have been last updated. This creates a problem for Project Kamp people contributing to the research module, since they would like the latest research update to be shown on top.

To Reproduce
Steps to reproduce the behaviour:

  1. Navigate to https://community.projectkamp.com/research (or also Precious Plastic's research module)
  2. See that the date next to "Updated" incorrectly shows current date

Expected behaviour
The date should accurately indicate the date when the Research item was last edited by the author or the collaborators.

Screenshots
image

Additional context
I noticed that in the Precious Plastic's research module, some items have the date of today, the others have the date of the day before yesterday. The bug doesn't seem to be present in the dev version.

@benfurber
Copy link
Member

I believe this is because it's displaying, filtering and indexing _modified when it should be using _contentModifiedTimestamp.

What needs fixing:

  • Research listing display
  • Research filtering
  • firestore.indexes.json

@benfurber benfurber removed their assignment May 21, 2024
@davehakkens
Copy link
Contributor

@mariojsnunes did this break after the remake you worked on for the research module recently?
Would either way be good to fix this one soon because a lot of interesting new research will be created in Precious Plastic (due to the PPOSF) but now its very hard to see the latest updates

@onearmy-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.188.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

5 participants