From 6bfaea0b7f46a1dea8c4bb88b624db6b64db26e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Pereira=20de=20Lucena?= Date: Tue, 12 May 2026 10:26:00 +0200 Subject: [PATCH 1/2] Add note about automatic phase changes and manual management --- docs/en/modules/admin/pages/spaces/processes/phases.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/en/modules/admin/pages/spaces/processes/phases.adoc b/docs/en/modules/admin/pages/spaces/processes/phases.adoc index 1c6d618ae2..898cf9f512 100644 --- a/docs/en/modules/admin/pages/spaces/processes/phases.adoc +++ b/docs/en/modules/admin/pages/spaces/processes/phases.adoc @@ -26,6 +26,12 @@ When clicking on the link for the active phase, they can see the full descriptio image::spaces/processes/process_phases.png[Process phases explanation] +[NOTE] +----- +Phases can be automatically changed if the scheduled task `decidim_participatory_processes:change_active_step` is configured. +If you want to manage them manually, then the implementer/operator of the installation need to disable this scheduled task server-side. +----- + == Configuration === Manage phases @@ -100,4 +106,4 @@ Now this is done in the Landing Page, using the Hero and image content block. == Examples -TBD \ No newline at end of file +TBD From 38768788ddef4178b99fa55a2c0a26ec7ea491ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Pereira=20de=20Lucena?= Date: Tue, 12 May 2026 11:01:31 +0200 Subject: [PATCH 2/2] Fix gramar issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andrés Pereira de Lucena --- docs/en/modules/admin/pages/spaces/processes/phases.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/admin/pages/spaces/processes/phases.adoc b/docs/en/modules/admin/pages/spaces/processes/phases.adoc index 898cf9f512..bf5ae4ccda 100644 --- a/docs/en/modules/admin/pages/spaces/processes/phases.adoc +++ b/docs/en/modules/admin/pages/spaces/processes/phases.adoc @@ -29,7 +29,7 @@ image::spaces/processes/process_phases.png[Process phases explanation] [NOTE] ----- Phases can be automatically changed if the scheduled task `decidim_participatory_processes:change_active_step` is configured. -If you want to manage them manually, then the implementer/operator of the installation need to disable this scheduled task server-side. +If you want to manage them manually, then the implementer/operator of the installation needs to disable this scheduled task server-side. ----- == Configuration