Add transfer group quick action

Proposal

Add transfer group quick action to list views. See parent Epic for designs.

Implementation guide

  1. In app/assets/javascripts/graphql_shared/fragments/group_interface.fragment.graphql#L15 add the changeGroup permission to userPermissions field
  2. In app/assets/javascripts/vue_shared/components/groups_list/utils.js check the userPermissions.changeGroup field and render the Transfer action if it is true
  3. In app/assets/javascripts/vue_shared/components/groups_list/group_list_item_actions.vue render the transfer_modal.vue component
  4. Call POST /groups/:id/transfer when modal is submitted
  5. Show toast on success
Edited by Peter Hegman