Add "Delete" group button to the groups dashboard
Group owners can now delete a group and its subgroups from the parent group level. Until now, group owners had to go into each individual group to delete them, which was timely and inefficient. Group owners can now view all groups and delete them from a single place. The groups dashboard now shows a "Delete" group button in the dropdown to the group owners. Changelog: added
显示
- app/assets/javascripts/groups/components/app.vue 10 个添加, 0 个删除app/assets/javascripts/groups/components/app.vue
- app/assets/javascripts/groups/components/group_item.vue 12 个添加, 7 个删除app/assets/javascripts/groups/components/group_item.vue
- app/assets/javascripts/groups/components/item_actions.vue 49 个添加, 32 个删除app/assets/javascripts/groups/components/item_actions.vue
- app/assets/javascripts/groups/constants.js 4 个添加, 2 个删除app/assets/javascripts/groups/constants.js
- app/assets/javascripts/groups/store/groups_store.js 1 个添加, 0 个删除app/assets/javascripts/groups/store/groups_store.js
- app/serializers/group_child_entity.rb 4 个添加, 0 个删除app/serializers/group_child_entity.rb
- doc/user/group/index.md 15 个添加, 3 个删除doc/user/group/index.md
- locale/gitlab.pot 8 个添加, 2 个删除locale/gitlab.pot
- spec/features/dashboard/groups_list_spec.rb 65 个添加, 0 个删除spec/features/dashboard/groups_list_spec.rb
- spec/frontend/groups/components/app_spec.js 2 个添加, 0 个删除spec/frontend/groups/components/app_spec.js
- spec/frontend/groups/components/item_actions_spec.js 26 个添加, 12 个删除spec/frontend/groups/components/item_actions_spec.js
- spec/serializers/group_child_entity_spec.rb 18 个添加, 1 个删除spec/serializers/group_child_entity_spec.rb
加载中
想要评论请 注册 或 登录