WikiEducationFoundation / WikiEduDashboard

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

Fixed Course flag bug #5742

Closed omChauhanDev closed 6 months ago

omChauhanDev commented 6 months ago

What this PR does

This pull request addresses a bug in the Course Creator for Wiki Education mode. The issue occurs when the AcademicSystem component defaults to nil instead of 'semester' upon course creation. The fix ensures that the default selection remains 'semester' even if unchanged by the user. This improvement enhances user experience by providing the expected default behaviour.

Screenshots

Before: Before

After: After