Hi,In a staging/production environment, we would like to prevent scheduled task configuration from being included in the content synchronisation.We have created a module that sets the LogSychronization to None, but this does not prevent a change to the scheduled tasks triggering a sync task. CMS.Scheduler.TaskInfo.TYPEINFO.SynchronizationSettings.LogSynchronization = CMS.DataEngine.SynchronizationTypeEnum.None;What would be the best way to go about this?Thanks, Stephen
↧