-
Bug
-
Resolution: Fixed
-
Minor
-
2.7.3, 2.8.1
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MDL-48372-master -
Easy
-
-
Team B Sprint 1
The csv url must start with http:// (or ftp://, // etc.) or else it is interpreted as relative and the link is prefixed with the current location. When you save an entry with a url field, the http:// is automatically added if the protocol is missing from the url. Apparently, when you import entries, the module doesn't add the http:// where omitted, and all the imported urls which do not contain the protocol will be relative and broken if intended as absolute. More here: https://moodle.org/mod/forum/discuss.php?d=275694#p1184998
- Testing discovered
-
MDL-48662 Mod data directly inserts data to database while importing entries
- Closed