mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Branch names that include '/' separators fail to load #164

Open barnettwilliam opened 6 months ago

barnettwilliam commented 6 months ago

Loading and saving activities from branch names that include '/' separators is not supported. The platform incorrectly parses the url therefore requests an invalid url.

Support for handling branches with '/'s should be added to platform/src/FileHandler.js

Note support for saving to branches should be added - https://github.com/mdenet/educationplatform/issues/24