Commit 81c8608d1bcb4ec85366af86de924469255c6ae9

Authored by Victor Costa
1 parent 30270c1e

Fix folder selection for task

views/tasks/proposals_discussion_plugin/_proposal_task_accept_details.html.erb
1   -<%= select_profile_folder(_('Select the folder where the article must be published'), "tasks[#{task.id}][task][article_parent_id]", task.target) %>
  1 +<%= 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) %>
2 2  
3 3 <%= labelled_form_field _('Comment for author'), f.text_field(:closing_statment, :style => 'width: 488px; height: 30px') %>
4 4  
... ...