Moodle

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: 1.6.1
  • Fix Version/s: 1.6.2
  • Component/s: Lesson
  • Labels:
    None
  • Affected Branches:
    MOODLE_16_STABLE
  • Fixed Branches:
    MOODLE_16_STABLE

Description

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

Activity

Hide
Mark Nielsen added a comment -

Duplicate of MDL-5403

Show
Mark Nielsen added a comment - Duplicate of MDL-5403

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: