Skip to content

Commit

Permalink
Update decidim-participatory_processes/app/controllers/decidim/partic…
Browse files Browse the repository at this point in the history
…ipatory_processes/admin/participatory_process_copies_controller.rb

Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
  • Loading branch information
greenwoodt and andreslucena committed May 21, 2024
1 parent f38af34 commit d1819bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def new

def create
enforce_permission_to :create, :process
@form = form(ParticipatoryProcessCopyForm).from_params(params).with_context(current_organization:)
@form = form(ParticipatoryProcessCopyForm).from_params(params)

CopyParticipatoryProcess.call(@form, current_participatory_process) do
on(:ok) do
Expand Down

0 comments on commit d1819bf

Please sign in to comment.