mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Ensure errors about unknown file URLs are reported appropriately #127

Open szschaler opened 8 months ago

szschaler commented 8 months ago

When loading an activity file, we currently only support files from raw.githubusercontent.com. Other files are ignored and an error message is only printed to the console. See Line 155 in FileHandler.js.

This error should be surfaced to the user on the page.