Hi @tmuras,
Thank you for this great tool!
I noticed a strange behavior with section-config-set. When executing the example from the website to hide all sections in a course, e.g.,
moosh section-config-set course 45 visible 0
only the first section (General) seems to be hidden.
My workaround has been to change the following line:
into
if (isset($sectionno) && $sectionno != '') {
I'm on v1.45, but I've noticed this behavior since v1.19.
If that makes sense to you, could you please fix this?
Best,
Christian
Hi @tmuras,
Thank you for this great tool!
I noticed a strange behavior with
section-config-set. When executing the example from the website to hide all sections in a course, e.g.,only the first section (General) seems to be hidden.
My workaround has been to change the following line:
moosh/Moosh/Command/Moodle39/Course/SectionConfigSet.php
Line 54 in 05d9318
into
I'm on v1.45, but I've noticed this behavior since v1.19.
If that makes sense to you, could you please fix this?
Best,
Christian