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-50187 Assignments Add visibility flag for gradebook item ui #12703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adrianfish
Copy link
Contributor

@adrianfish adrianfish marked this pull request as draft July 3, 2024 18:39
@adrianfish adrianfish force-pushed the SAK-50187 branch 2 times, most recently from c50d3bf to 12d870f Compare July 5, 2024 14:58
@adrianfish adrianfish marked this pull request as ready for review July 5, 2024 14:58
Comment on lines +278 to +286
@Transient
private Long gradebookCategory;

@Transient
private Boolean displayInGradebook = Boolean.FALSE;

@Transient
private Long newGbItemId = 0L;

Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of adding transient fields it probably makes sense to create a different class which can hold the Assignment object as a field along with those above.

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