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

Course proposal page breaks after a proposal file is uploaded #1241

Open ali-ramazani opened 1 week ago

ali-ramazani commented 1 week ago

In course proposals, when a user selects the action 'edit', and upload the course syllable, the upload will be successful. However, when trying to view the proposal, the page breaks whenever the user wants to view or edit a course proposal with the 'in progress' status.

ali-ramazani commented 1 week ago

We fixed the issue, which was caused by an index error when trying to get the index of "/" from the string. We fixed the issue by adding an if-else statement to avoid the error. The page works without any error.