Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-75335

Missing onclick handler on "Import SAML Configuration"

      There's a missing {{onclick }}handler in the frontend on the "Import SAML Configuration" anchor element (a tag).

      This makes it not possible to upload/import a SAML configuration.

      Page: /manage/MoPluginConfigView/

      In 2.4.5 (broken):

      <a href="#" class="task-link "><span ...>Import SAML Configuration</span></a>

      In 2.4.3 (working):

      <a onclick="uploadConfig()" href="#" class="task-link "><span ...>Import SAML Configuration</span></a>

       

          [JENKINS-75335] Missing onclick handler on "Import SAML Configuration"

          Gudjon created issue -

            miniorange info miniorange
            gudjon_jonsson Gudjon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: