Skip to content
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

SAK-50853 Gradebook messaging to group is sent to entire site #13183

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ottenhoff
Copy link
Contributor

No description provided.

@ottenhoff ottenhoff requested a review from ern January 22, 2025 22:23
List<GradeDefinition> finalGrades = grades;
recipients = recipients.stream()
.filter(r -> finalGrades.stream()
.noneMatch(g -> g.getDateRecorded() != null && g.getStudentUid().equals(r)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spacing

@ern ern changed the title SAK-50853 Gradebook Webcomponents fix messaging to group SAK-50853 Gradebook messaging to group is sent to entire site Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants