Commit ee8b51ee7cb95aa1dbc50dfe6292b23e14d06403

Authored by Victor Costa
1 parent 22485d1f

Fix render

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
... ...