Skip to content

Commit 43700ce

Browse files
authored
Course home: Fix bug in button Hide all preventing hiding/showing 3 tools when asking for "all" to be hidden/shown - refs #5952
Author: @chamilo-uga
1 parent 9d97a99 commit 43700ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/CoreBundle/Controller/ResourceController.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,11 @@ public function changeVisibilityAll(
473473
->getResult()
474474
;
475475

476-
$skipTools = ['course_tool', 'chat', 'notebook', 'wiki'];
476+
$skipTools = ['course_tool',
477+
// 'chat',
478+
// 'notebook',
479+
// 'wiki'
480+
];
477481

478482
/** @var CTool $item */
479483
foreach ($result as $item) {

0 commit comments

Comments
 (0)