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
Specifically, when courses are imported, we don't currently call validate_and_update_from_json. That function does things like proctoring setup and filling in teamsets' user_partition_ids. This situation can lead to some weird edge cases for course authors, for example:
As a course author, I imported a new course with team-sets configured, but I don't see them in unit access settings. To fix this, I need to go to advanced settings, make an arbitrary change, and save.
Specifically, when courses are imported, we don't currently call
validate_and_update_from_json
. That function does things like proctoring setup and filling in teamsets' user_partition_ids. This situation can lead to some weird edge cases for course authors, for example:See #33788 (review)
The text was updated successfully, but these errors were encountered: