diff --git a/app/controllers/my_profile/tasks_controller.rb b/app/controllers/my_profile/tasks_controller.rb index 1ccb0d9..1cdae17 100644 --- a/app/controllers/my_profile/tasks_controller.rb +++ b/app/controllers/my_profile/tasks_controller.rb @@ -55,11 +55,11 @@ class TasksController < MyProfileController def close failed = {} - save = false if params[:tasks] params[:tasks].each do |id, value| decision = value[:decision] + save = false if value[:task].is_a?(Hash) && value[:task][:tag_list] -- libgit2 0.21.2