When scheduling a new task in the admin, I have multiple error in the JS console :
2026-07-09T08:27:31.616Z ERROR [Ametys.form.ConfigurableFormPanel] Champ inconnu: org.ametys.plugins.odfpilotage.schedulable.OrgUnitMCCReportSchedulable$oneFileByProgram <empty string> Entry.js:139:15
traceInConsole https://demo.ametys.org/nightly-odf-cms/plugins/core-ui/resources/js/Ametys/log/Logger/Entry.js:139
_log https://demo.ametys.org/nightly-odf-cms/plugins/core-ui/resources/js/Ametys/log/Logger.js:214
error https://demo.ametys.org/nightly-odf-cms/plugins/core-ui/resources/js/Ametys/log/Logger.js:148
getRelativeField https://demo.ametys.org/nightly-odf-cms/plugins/core-ui/resources/js/Ametys/form/ConfigurableFormPanel.js:4012
Function ExtJS
_doAddDisableConditionsListeners https://demo.ametys.org/nightly-odf-cms/plugins/core-ui/resources/js/Ametys/form/ConfigurableFormPanel.js:3858
_doAddDisableConditionsListeners https://demo.ametys.org/nightly-odf-cms/plugins/core-ui/resources/js/Ametys/form/ConfigurableFormPanel.js:3845
_addDisableConditionsListeners https://demo.ametys.org/nightly-odf-cms/plugins/core-ui/resources/js/Ametys/form/ConfigurableFormPanel.js:3822
each ExtJS
After investigation, this is due to org.ametys.plugins.odfpilotage.schedulable.helper.MCCReportSchedulableHelper.getParameters(Map<String, ElementDefinition>) that remove some params but doesn't remove the disable condition in other items that target the removed items.
Or maybe the CFP could be more tolerant with such case.