bennettscience / canvas-lms-mastery-helper

Middleware for working more effectively with Canvas LMS outcomes.
2 stars 0 forks source link

Preferences page error when teacher has no enrollments #9

Open bennettscience opened 2 years ago

bennettscience commented 2 years ago

Return an empty list when someone visits the preferences page and has no enrollments.

File "app/blueprints/home_blueprint.py", line 23, in user_preferences
    courses = current_user.enrollments.all()
bennettscience commented 2 years ago

Nevermind. It's only for anonymous users.

Send someone to the login page if they're not logged in and they click on Preferences.