Fix for Groups Duo Subscription Bug

What does this MR do and why?

The purposes of this MR is to fix the bug reported in this Issue - where in the Group > Settings > GitLab Duo page displays Subscriptions as Not available.

Related Issues:

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-09-25_at_9.01.42_PM Screenshot_2024-09-25_at_9.00.00_PM

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

You will need to be in SaaS mode for the following changes.

For frontend changes:

  1. Go to Group > Settings > GitLab Duo
  2. Validate that dates are displaying under the Subscription card on the right hand side of the page.

For backend changes:

  1. Run bundle exec rspec ee/spec/helpers/ee/groups_helper_spec.rb
Edited by Lindsey Shelton

Merge request reports

Loading