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

Classes 'View All' screen not rendering properly #1769

Closed
3 tasks done
gmihir opened this issue Apr 4, 2022 · 1 comment
Closed
3 tasks done

Classes 'View All' screen not rendering properly #1769

gmihir opened this issue Apr 4, 2022 · 1 comment

Comments

@gmihir
Copy link
Contributor

gmihir commented Apr 4, 2022

Time Tracking: MA-34

This issue is in PROD (v7.18.0 2093).

When a student navigates to the classes card and selects 'View All', there is sometimes a partial gray screen and the user is unable to view their full schedule of classes.

After some investigation, the issue lies with null fields in the response from the Academic History API. In my case, the instructor_name field was null, which throws an error. I have attached two class JSONs, one that causes the error and one that does not. The only difference is that the instructor_name field was changed from null to a non-null value.

This is done when:

  • The user can view all of their classes
@gmihir
Copy link
Contributor Author

gmihir commented Apr 4, 2022

@c3bryant c3bryant self-assigned this Apr 5, 2022
c3bryant added a commit to c3bryant/campus-mobile that referenced this issue Apr 6, 2022
@c3bryant c3bryant removed their assignment Apr 6, 2022
c3bryant added a commit that referenced this issue Apr 7, 2022
@c3bryant c3bryant added 7.19 and removed Needs Tester labels Apr 7, 2022
c3bryant added a commit that referenced this issue May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants