Skip to content

Fix `Failed to resolve directive: gl-tooltip` console error

What does this MR do and why?

Related to #328615 (closed)

There was an unneeded v-gl-tooltip in ee/app/assets/javascripts/pages/groups/saml_providers/saml_members/index.vue#L44 that was causing console errors. This MR removes that unneeded v-gl-tooltip.

It appears that this v-gl-tooltip has been in the code since this file was originally committed so I don't think it was intended.

Screenshots or screen recordings

Before After
Screen_Shot_2022-03-01_at_11.36.02_AM Screen_Shot_2022-03-01_at_11.35.31_AM

How to set up and validate locally

  1. Enable group SAML
    • Navigate to gitlab.yml file in the gdk/gitlab directory
    • Find the development -> omniauth -> providers section
    • Add - { name: 'group_saml' }
    • Restart GDK (gdk restart)
  2. Sign in and navigate to a group -> Settings -> SAML SSO
  3. Open the console, there should be no errors

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Hegman

Merge request reports

Loading