-
Bug
-
Resolution: Fixed
-
Major
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
wip-
MDL-56614-master-2 -
While running behat with boost theme, following are now needed. Would be nice to remove these settings, so the site can be tested as vanilla.
- Cloumn2 be open by default for behat site https://github.com/damyon/moodle/compare/c9c1e4b...MDL-55074-master#diff-26c08e7b3dca20a9c765412006531735L29
theme/boost/layout/columns2.php#L30
+if (isloggedin() && !behat_is_test_site()) {
}
- Adding default navigation blocks https://github.com/damyon/moodle/compare/c9c1e4b~23...MDL-55074-master#diff-8795e94e2366b8a59fa64c1b3eb2c76cR112
lib/behat/classes/util.php#L112
+ // Force the navigation and settings blocks, even if the theme has made them optional.
+ set_config('undeletableblocktypes', 'navigation,settings');
Summary of changes:
In the future we need to deprecate step:
I navigate to "ITEM" node in "MAINNODE > PATH"
and use one of the following steps instead:
I navigate to "PATH > ITEM" in current page administration
I navigate to "PATH > ITEM" in site administration
I navigate to course participants
I navigate to "TAB1 > TAB2" in the course gradebook
All these steps will work with both Clean theme (using Navigation/Administration blocks) and Boost theme (using flat navigation drawer and page edit cog).
If some items are not available without Navigation block at all, one can use combination of:
I add the "Navigation" block if not present
I click on "LINK" "link" in the "Navigation" "block"
Two more steps that were added in this issue:
"PATH > ITEM" "link/text" should exist in current page administration
"PATH > ITEM" "link/text" should not exist in current page administration
- has a non-specific relationship to
-
MDL-55074 Block and Navigation changes for Boost.
- Closed
-
MDL-57183 Remove subscription mode from the forum settings action menu and forum administration settings menu
- Closed
- has been marked as being related by
-
MDL-57019 Change default display to TABS for gradebook for easier navigation especially in boost
- Closed
-
MDL-57232 After upgrade to 3.2, some blocks do not disappear when they should, and some do disappear when they should not
- Closed
-
MDL-57250 When there is only one category we can't access it's settings
- Closed
- has to be done before
-
MDL-57281 Deprecate behat step: I navigate to "ITEM" node in "MAINNODE > PATH"
- Closed
-
MDL-57282 Deprecate behat step: I go to "PATH" in the course gradebook
- Closed
- Testing discovered
-
MDL-57120 Site participants, blogs, badges, notes and tags are absent without navigation block
- Open
-
MDL-57019 Change default display to TABS for gradebook for easier navigation especially in boost
- Closed
-
MDL-57216 Without navigation block parent can't see grades of a child (boost)
- Closed
-
MDL-57325 Random failure: backup_and_restore.feature:27
- Closed
-
MDL-57208 Let users set their default homepage
- Closed