$CFG->navsortmycoursessort missing in documentation

$CFG->navsortmycoursessort missing in documentation

by Gareth J Barnard -
Number of replies: 2
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hello,

I've noticed that 'MDL-32975' implemented '$CFG->navsortmycoursessort' and states that documentation is there, but nothing on the page it should be: https://docs.moodle.org/31/en/Navigation.  Is this intentional as too technical or an omission?

Cheers,

Gareth

Average of ratings: -
In reply to Gareth J Barnard

Re: $CFG->navsortmycoursessort missing in documentation

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Gareth,

A description of the setting was added to the page in the 2.4 Moodle Docs wiki. It was removed in a later version wiki though, since it was no longer a new setting, plus the description simply repeated the setting description in the Moodle UI and didn't add any new information.

However, as with all of Moodle Docs, if you notice anything that can be improved, please feel free to log in and edit the wiki. smile

In reply to Helen Foster

Re: $CFG->navsortmycoursessort missing in documentation

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Thank you for replying Helen, I feel that I may have misinterpreted the nature of the setting in relation to being a PHP global attribute that is actually implemented as a UI setting.