You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
One of our trusted contributors mentioned that: Questions are arranged chronologically by the time of their last update. This seems to have become an unreliable way to identify new or newly updated questions. In the past hour, numerous threads with no responses or edits during the past 3 days have moved to the top of the list. Hopefully someone can fix this since it is making "Needs Attention" (https://support.mozilla.org/en-US/questions/all?show=needs-attention) kind of useless.
Preconditions
Sign in to SUMO with an account that has access to the moderation tool
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The question is not added inside the attention needed filter as contributors are using that filter to filter for question updates in terms of comments or edits.
Actual behavior
The moderated question is added inside that filter.
Screencasts
Desktop:
OS: Windows 11
Browser: Firefox
Additional context
This issue is reproducible in both stage and prod.
This issue is not reproducible while changing the question tags or updating the status/ticket inside the moderation tool. The only trigger from the moderation tools seems to be the change in topic
The text was updated successfully, but these errors were encountered:
This is not the bug but how it was designed to function. As explained in the description, the questions are ordered based on the last_update timestamp and this was used for the Needs Attention section. The problem arises from the update of the question with a new topic. This causes an update in the timestamp which moves the question to the top of the list again.
In order to solve for this, we are not going to update the timestamp when the change comes from the moderation queue.
Performing any kind of updates via the moderation tool (change in topic, tags addition, ticket flag update) will not generate an update to the question to be moved or to take higher priority inside the "Needs Attention" filter.
No regressions found during verifying this ticket:
The attention filter orders questions which were updated (question title or question body) or in which the question creator has left a new reply.
The questions are order by the most recent updates first.
Changes performed inside the moderation tool (change in topics or tags additions) are successfully reflected at question level.
Describe the bug
One of our trusted contributors mentioned that:
Questions are arranged chronologically by the time of their last update. This seems to have become an unreliable way to identify new or newly updated questions. In the past hour, numerous threads with no responses or edits during the past 3 days have moved to the top of the list. Hopefully someone can fix this since it is making "Needs Attention" (https://support.mozilla.org/en-US/questions/all?show=needs-attention) kind of useless.
Preconditions
Sign in to SUMO with an account that has access to the moderation tool
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The question is not added inside the attention needed filter as contributors are using that filter to filter for question updates in terms of comments or edits.
Actual behavior
The moderated question is added inside that filter.
Screencasts
Desktop:
Additional context
stage
andprod
.The text was updated successfully, but these errors were encountered: