Totara Talent Experience Platform Open Discussions

How to change settings default values?

 
Rui Duarte
How to change settings default values?
by Rui Duarte - Wednesday, 19 May 2021, 2:31 AM
 

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?
by Craig Eves (Totara Support) - Thursday, 20 May 2021, 9:23 PM
Group 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