Skip to content

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

kushalpandya requested to merge 21683-show-created-group-name-flash into master

What does this MR do?

Currently, groups can be created from two places.

  1. Admin area /admin/groups
  2. User Dashboard /dashboard/groups.

When group is created from User Dashboard, we show Group name in flash container upon success of group creation, but we don't show the same when group is created from Admin area, this MR shows group name when creating from Admin area too.

Why was this MR needed?

This MR fixes inconsistency between Flash container message while create groups.

Screenshots

Group_Name

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #21683 (closed)

Merge request reports