-
Notifications
You must be signed in to change notification settings - Fork 21
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
GH-32- Fix issue with agenda list numbering #44
Conversation
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
- Coverage 18.42% 18.28% -0.14%
==========================================
Files 6 6
Lines 266 268 +2
==========================================
Hits 49 49
- Misses 206 208 +2
Partials 11 11
Continue to review full report at Codecov.
|
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.
Nice!!
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.
Sweet! Thanks @marianunez!
@prapti Given that you tested mattermost/mattermost#14807 could you also test this PR? |
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.
@prapti could we file this as a separate issue? This issue is not related with this PR and it's currently happening in master as well. To fix this we would not only have to rely on the amount of posts but parse out the numbering on the last one (that may or may not be available given that people can manually queue items without numbers). |
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.
Thank you for explaining that @marianunez! Created a new ticket https://mattermost.atlassian.net/browse/MM-26536 for the issue mentioned, and approving this one.
Thanks @prapti! I've copied it to a GH issue #47 as well, I believe integrations team are tracking them there. |
Summary
Fixed issue with numbering posts in agenda list by changing search posts to use new
SearchPostsInTeamForUser
api.Ticket Link
GH-32
Related Pull Requests
Mattermost Server: mattermost/mattermost#14807