moodle-tool_uploadcourse icon indicating copy to clipboard operation
moodle-tool_uploadcourse copied to clipboard

minor issue: link to module on completion is bad

Open mikeatcityuni opened this issue 12 years ago • 1 comments

in the final page after processing the list of modules is displayed with a column for short name ... the link is badly formed:

course/view.php?id =n there is a space before the =

mikeatcityuni avatar Apr 23 '13 10:04 mikeatcityuni

Hi - I have tested this with latest moodle-tool_uploadcourse and Moodle master, and cannot recreate the problem. The code uses the core Moodle functions to create URLs - something like: new moodle_url('/course/view.php', array('id' => $course->id)

So it could well be a regression there. If you supply me with an example test file, then I can try that out.

Cheers, Piers Harding.

piersharding avatar Apr 23 '13 19:04 piersharding