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

fix: fixed issues involving course meeting objects not being recognized as course meeting objects #132

Conversation

knownotunknown
Copy link
Contributor

There's a lot of types nested in UserSchedule. Each nested type has to have a new object created because when objects are serialized and deserialized when getting data from localStorage, you need to rebind the appropriate class methods.

In this case, a new CourseMeeting object wasn't created in the CourseSchedule constructor.

@Razboy20 Razboy20 requested review from Razboy20 and doprz March 9, 2024 23:40
@Razboy20 Razboy20 merged commit 3406e9a into Longhorn-Developers:main Mar 10, 2024
4 of 5 checks passed
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.

3 participants