-
Notifications
You must be signed in to change notification settings - Fork 119
[MBL-19572][S] - Allow student to view their not-graded submission when restrict quantitative data is enabled #3814
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
base: master
Are you sure you want to change the base?
Conversation
…itative data is enabled refs: MBL-19572 affects: Student builds: Student release note: Fixed issue of students were unable to view their un-graded submission when restrict quantitative data is enabled
Claude Code ReviewUpdated: 2025-12-17 Issues FoundCritical Bugs:
Required: Fix line 501 to properly return boolean value from isBlankGrade computed property. Issues found |
Release Note:Fixed issue of students were unable to view their un-graded submission when restrict quantitative data is enabled Affected Apps: StudentBuilds: Student
|
BuildsCommit: Merge branch 'master' into bugfix/MBL-19572-Student-CantView-Submission-When-RestrictQuantitiveData-IsOn (fa05fb9) |
petkybenedek
left a comment
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.
QA +1, besides the suggestion
iOS 26, iPhone 15
Student/Student/Assignments/AssignmentDetails/StudentAssignmentDetailsViewController.swift
Show resolved
Hide resolved
…on-When-RestrictQuantitiveData-IsOn
vargaat
left a comment
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.
QA+1
refs: MBL-19572
affects: Student
builds: Student
release note: Fixed issue of students were unable to view their un-graded submission when restrict quantitative data is enabled
Test Plan
See ticket's description for steps to reproduce.
Also, a regression test is made to check other cases with
restrict_quantitative_dataON & OFF:graded, submitted, un-submitted
Checklist