BCStudentSoftwareDevTeam / celts

Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

fixed issue with course proposal edit/view functionality #1242

Closed ali-ramazani closed 3 months ago

ali-ramazani commented 3 months ago

In the course proposal page, there was an issue that caused the page to break when a user added a course syllable, which is in progress, and then edited or viewed it. The problem was the key that was rendered didn't always include "/"; hence we got the substrate does not exist issue. We added checks for that to prevent the application from breaking.

github-actions[bot] commented 3 months ago

View Code Coverage