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
When user accesses a non-existent folder /courses/<course-id>/materials/folders/<non-existent-folder-id>, they will be presented with an empty folder instead of a 404 page.
Proposed solution
Propose to show a screen that is similar to non-existent files as shown below: /courses/<course-id>/materials/folders/<folder-id>/files/<non-existent-file-id>
The text was updated successfully, but these errors were encountered:
Issue
When user accesses a non-existent folder
/courses/<course-id>/materials/folders/<non-existent-folder-id>
, they will be presented with an empty folder instead of a 404 page.Proposed solution
Propose to show a screen that is similar to non-existent files as shown below:
/courses/<course-id>/materials/folders/<folder-id>/files/<non-existent-file-id>
The text was updated successfully, but these errors were encountered: