[Bugfix:TAGrading] Fix component auto-open#12127
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #12127 +/- ##
=========================================
Coverage 21.69% 21.69%
Complexity 9585 9585
=========================================
Files 268 268
Lines 36591 36591
Branches 475 475
=========================================
Hits 7940 7940
Misses 28180 28180
Partials 471 471
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Rkoester47
left a comment
There was a problem hiding this comment.
After bulk uploading PDFs for an exam and creating components on different pages, I was able to test the auto-open for each individual problem in the grading area. The changes to the code are efficient, and as far as I can tell have successfully resolved the issue. When I click to open a given problem, the png automatically reopens by default. As far as I can tell, the issue is resolved and the new behavior matches the expected new behavior from the PR description.
RyanStyron
left a comment
There was a problem hiding this comment.
Functions properly as described.
Why is this Change Important & Necessary?
Before this nothing in submissions_processed would be considered for auto open and pdfs would be opened by default
What is the New Behavior?
Files in submissions_processed are considered for auto open and pngs would be opened by default.
What steps should a reviewer take to reproduce or test the bug or new feature?
Automated Testing & Documentation
Other information