WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
386 stars 600 forks source link

Course flag for 'academic system' is `nil` when default selection is not changed in Course Creator #5730

Closed ragesoss closed 3 months ago

ragesoss commented 3 months ago

In the Course Creator in Wiki Education mode, the AcademicSystem component lets the user choose which academic system their school uses: semester, quarter, or other. The default selection is 'semester', but if the user does not change the default selection, it comes through as nil upon course creation. It only takes a value if the choice gets changed. It ought to come through correctly as 'semester' when the default is not changed.

(This option is not part of the Course Creator in wiki_education: false mode, and should remain as nil in that case.)

omChauhanDev commented 3 months ago

working on this