Skip to content

Hook organization edit group form to GraphQL mutation

What does this MR do and why?

Related to #410810 (closed)

The grouptenant scale team is starting to build out an Organization MVC. For more information about what an "Organization" will be see https://docs.gitlab.com/ee/architecture/blueprints/organization/

We are building a page to edit a group at the organization level. In !152867 (merged) we setup the route, controller, and basic Vue app. In !153757 (merged) we rendered the form to edit the group but didn't hook it up to the API. This MR hooks the form up to a GraphQL mutation so the group is actually updated.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Success

Screen_Recording_2024-06-03_at_11.32.38_AM

Error

Screenshot_2024-06-03_at_11.32.21_AM

How to set up and validate locally

  1. Enable the feature flag
    • echo "Feature.enable(:ui_for_organizations)" | gdk rails c
  2. Navigate to /-/organizations/default/groups_and_projects
  3. Choose a group, click the actions dropdown and select Edit
  4. Change some fields and click Save changes
Edited by Peter Hegman

Merge request reports