Update admin legislation process controller and form to allow enabling/disabling phase/publications

This commit is contained in:
Bertocq
2017-06-13 23:50:12 +02:00
parent a147765273
commit 73ff68815d
2 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,11 @@ class Admin::Legislation::ProcessesController < Admin::Legislation::BaseControll
:draft_publication_date,
:allegations_start_date,
:allegations_end_date,
:result_publication_date
:result_publication_date,
:debate_phase_enabled,
:allegations_phase_enabled,
:draft_publication_enabled,
:result_publication_enabled
)
end
end