-
Notifications
You must be signed in to change notification settings - Fork 86
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
fix: Fix rows counter in the Edit Grade modal window #310
fix: Fix rows counter in the Edit Grade modal window #310
Conversation
Thanks for the pull request, @Lunyachek! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #310 +/- ##
===========================================
+ Coverage 94.98% 100.00% +5.01%
===========================================
Files 139 109 -30
Lines 1355 1265 -90
Branches 264 248 -16
===========================================
- Hits 1287 1265 -22
+ Misses 60 0 -60
+ Partials 8 0 -8 ☔ View full report in Codecov by Sentry. |
@jmakowski1123 @ProductRyan flagging this as needing product review to move forward. Thanks! |
Since this fix has multiple PRs associated with it (#310 and #311), I've created a Product Feature ticket. It's currently undergoing Product Review in that Feature Ticket. |
Hey, I approved this on the product ticket noted above |
Hi @mattcarter @openedx/content-aurora! This is ready for your review. If all looks good, please merge as well. Thank you! |
Hi @mattcarter - friendly ping on this :) |
Hi @mattcarter and @openedx/content-aurora! Would someone be able to review/merge this? Thanks! In the meantime, @Lunyachek - could you please take a look at resolving the branch conflicts? |
Hi @Lunyachek - just checking to see if you're able to resolve the conflicts here? Thanks! |
Hi @Lunyachek! Friendly follow-up on this! |
Hi @Lunyachek! Just checking in to see if you plan to pursue this PR? |
This one has product approval: openedx/platform-roadmap#236 (comment) |
Hi @Lunyachek - closing this for now. In order to pursue, we need the branch conflicts resolved. If you'd like to reopen, please let us know. |
@Lunyachek Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
@mphilbrick211 Hello. Yes, I want to reopen this PR. I also made a backport to the quince branch - #389 |
Hi @Lunyachek! I've reopened. Would you mind resolving the branch conflicts? Thanks! |
494eabc
to
18cede4
Compare
Thank you! Conflicts resolved |
Hi @arbrandes! Would you mind taking a look at this? |
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.
Looks good, thanks!
TL;DR - The problem was in the rows counter in the Edit Grades modal window. First digit - number of lines excluding the last line with the form. Second digit - grades data. And our proposal is to include last row with form to common counting
What changed?
FYI: @openedx/content-aurora