-
Notifications
You must be signed in to change notification settings - Fork 13
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
Index "change this week" showing 0 when CP on components has moved #2090
Index "change this week" showing 0 when CP on components has moved #2090
Conversation
Bumping this - small changes and I'd love it to get to prod today if possible. @lsabor could you take a look? |
{ questionId: 31688, weight: -12 }, | ||
{ questionId: 31689, weight: 12 }, | ||
{ questionId: 31707, weight: 10 }, | ||
{ questionId: 31709, weight: 9 }, | ||
{ questionId: 34453, weight: 9 }, | ||
// { postId: 27797, weight: 9 }, // currently missing on prod | ||
{ questionId: 31710, weight: 11 }, | ||
{ questionId: 31711, weight: -8 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for this PR, but we should really move away from hard coding any question / post IDs in the codebase as it won't be compatible with new instances. Just keep an eye on this going forward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - we'll be changing this soon, discuss next week: #2080
Nevermind you literally commented at the same moment I posted this. Amazing, thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
2398bb6
to
e42104a
Compare
Related to #2078