Skip to content
Snippets Groups Projects
Commit 1ac6078b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fixed 500 error when try to remove group

parent 86c97373
No related branches found
No related tags found
3 merge requests!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.,!7795Asciidoctor plantuml,!7793Add support for PlantUML diagrams in Asciidoc.
Loading
Loading
@@ -87,7 +87,6 @@ class GroupsController < ApplicationController
end
 
def destroy
@group.truncate_teams
@group.destroy
 
redirect_to root_path, notice: 'Group was removed.'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment