-
Bug
-
Resolution: Fixed
-
Major
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MDL-59785-master -
The Activity Completion does not trigger when the book setting Appearance -> Style of Navigation is set to TOC only (Steps to replicate like MDL-45823 + set navstyle).
This is because it results in a db entry navstyle = 0, so the completion is skipped, where it would normally happen ( "if ($book->navstyle) {..." mod/book/view.php 153 ).
Suggestion for a fix:
https://github.com/TobiGa/moodle/blob/book_completion_fix/mod/book/view.php 203-222
(apply completion logic from book/classes/external.php)