Commit 81c8608d1bcb4ec85366af86de924469255c6ae9
1 parent
30270c1e
Exists in
master
and in
9 other branches
Fix folder selection for task
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ... | ... |