Skip to content

Hook up organization edit project form to API

What does this MR do and why?

Related to #410817 (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/

In previous MRs we built out the form to edit a project in the organization context. This MR hooks the form up the API so the project is actually updated when the form is submitted.

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

Screen_Recording_2024-04-10_at_3.57.52_PM

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?display=projects
  3. Click the actions dropdown for a project and select Edit
Edited by Peter Hegman

Merge request reports