From 81c8608d1bcb4ec85366af86de924469255c6ae9 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 3 Jun 2015 18:26:23 -0300 Subject: [PATCH] Fix folder selection for task --- views/tasks/proposals_discussion_plugin/_proposal_task_accept_details.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/tasks/proposals_discussion_plugin/_proposal_task_accept_details.html.erb b/views/tasks/proposals_discussion_plugin/_proposal_task_accept_details.html.erb index 49c1ce4..f26767f 100644 --- a/views/tasks/proposals_discussion_plugin/_proposal_task_accept_details.html.erb +++ b/views/tasks/proposals_discussion_plugin/_proposal_task_accept_details.html.erb @@ -1,4 +1,4 @@ -<%= select_profile_folder(_('Select the folder where the article must be published'), "tasks[#{task.id}][task][article_parent_id]", task.target) %> +<%= select_profile_folder(_('Select the folder where the article must be published'), "tasks[#{task.id}][task][article_parent_id]", task.target, task.article_parent_id) %> <%= labelled_form_field _('Comment for author'), f.text_field(:closing_statment, :style => 'width: 488px; height: 30px') %> -- libgit2 0.21.2