Add transfer group quick action
Proposal
Add transfer group quick action to list views. See parent Epic for designs.
Implementation guide
- In app/assets/javascripts/graphql_shared/fragments/group_interface.fragment.graphql#L15 add the
changeGrouppermission touserPermissionsfield - In app/assets/javascripts/vue_shared/components/groups_list/utils.js check the
userPermissions.changeGroupfield and render theTransferaction if it istrue - In app/assets/javascripts/vue_shared/components/groups_list/group_list_item_actions.vue render the
transfer_modal.vuecomponent - Call
POST /groups/:id/transferwhen modal is submitted - Show toast on success
Edited by Peter Hegman