Totara Talent Experience Platform Open Discussions

How to change settings default values?

 
DuarteRui
How to change settings default values?
DuarteRui 发表于 2021年05月19日 Wednesday 02:31
 

Hello,

Can anyone tell me how I can change the default settings in Totara 11.9? Is this an option within the Totara UI or something that has to be changed in a php file?

Our problem is with this Default: No that we'd rather have as Yes.

Allow override user conflicts:facetoface_allowschedulingconflicts

Default: No

Allow user scheduling conflicts when saving a seminar event.


Thank you.

Kind regards,

Rui

Craig Eves
Re: How to change settings default values?
Eves (Totara Support)Craig 发表于 2021年05月20日 Thursday 21:23
小组 Totara

Hi Rui

I think you can change most settings by editing the config.php file 

If you add the following line  with something like below (haven't tested) 

$CFG=>  conflicts:facetoface_allowschedulingconflicts = true;

There are some examples of available settings in config-dist.php

Regards