Commit ee8b51ee7cb95aa1dbc50dfe6292b23e14d06403
1 parent
22485d1f
Exists in
master
and in
9 other branches
Fix render
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
controllers/myprofile/proposals_discussion_plugin_tasks_controller.rb
... | ... | @@ -28,8 +28,6 @@ class ProposalsDiscussionPluginTasksController < TasksController |
28 | 28 | @failed = params ? params[:failed] : {} |
29 | 29 | |
30 | 30 | @responsible_candidates = profile.members.by_role(profile.roles.reject {|r| !r.has_permission?('perform_task')}) if profile.organization? |
31 | - | |
32 | - render :action => 'proposals_discussion_plugin_tasks/index' | |
33 | 31 | end |
34 | 32 | |
35 | 33 | end | ... | ... |