-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
MDL-33123-master -
If you create a chapter and then a sub-chapter and mark the sub-chapter as hidden, its numbered is inconsistent.
In the side navigation it appears as x.x whereas in the content area it is numbered as 1.x (assuming 1 is the number assigned to the parent chapter).
It should be made consistent.
Replication steps:-
- Create a book resource
- Add a chapter
- Add a sub-chapter
- Mark sub-chapter as hidden
- Click on the sub-chapter name from navigation
Expected:-
The sub-chapter is numbered consistently both in navigation and content area.
Actual:-
The sub-chapter is numbered as x.x in navigation and 1.x in the content area.