Issue Details (XML | Word | Printable)

Key: MDL-6503
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Mark Nielsen
Reporter: Joseph Rézeau
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Getting rid of unwanted Continue link and delay in Branch Table in Lesson

Created: 09/Sep/06 05:29 AM   Updated: 09/Sep/06 05:46 AM
Return to search
Component/s: Lesson
Affects Version/s: 1.6.1
Fix Version/s: 1.6.2

Participants: Joseph Rézeau and Mark Nielsen
Security Level: None
Affected Branches: MOODLE_16_STABLE
Fixed Branches: MOODLE_16_STABLE


 Description  « Hide
The unnecessary display of a Continue link after each Branch page plus the 3 seconds delay is really irritating in Moodle 1.6+
I am suggesting this simple fix (tried and tested).

In file \mod\lesson\action\continue.php, line 595, change:

redirect("view.php?id=$cm->id&action=navigation&pageid=$newpageid");

to

redirect("view.php?id=$cm->id&action=navigation&pageid=$newpageid","","0");

Joseph

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mark Nielsen added a comment - 09/Sep/06 05:46 AM
Duplicate of MDL-5403