You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should apply a validation to the settings page that at least one role has to be selected.
Additionally, you should catch the exception thrown in get_roles() within check_course(), which should result in an error log and returning next without calling handle_course().
The text was updated successfully, but these errors were encountered:
You should apply a validation to the settings page that at least one role has to be selected.
Additionally, you should catch the exception thrown in
get_roles()
withincheck_course()
, which should result in an error log and returning next without callinghandle_course()
.The text was updated successfully, but these errors were encountered: