提交 bf83aaa5 编写于 作者: S Sean McGivern

Merge branch '21683-show-created-group-name-flash' into 'master'

Show group name on flash container when group is created from Admin area

Closes #21683

See merge request !10905
......@@ -28,7 +28,7 @@ class Admin::GroupsController < Admin::ApplicationController
if @group.save
@group.add_owner(current_user)
redirect_to [:admin, @group], notice: 'Group was successfully created.'
redirect_to [:admin, @group], notice: "Group '#{@group.name}' was successfully created."
else
render "new"
end
......
---
title: Show group name on flash container when group is created from Admin area.
merge_request: 10905
author:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册