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

[hp-application-automation-tools-plugin] Extract inline event handlers in com/microfocus/application/automation/tools/uft/model/UftSettingsModel/config.jelly

XMLWordPrintable

      Problems

      == Inline Event Handler
      Line: 71
      ----
      <select name="fsTestType" style="width: 250px;" disabled="${onCheckFailedTest.checked}" onchange="selectValueCombo(this)">
      ----
      
      == Inline Event Handler
      Line: 78
      ----
      <f:checkbox id="checkBox1" title="On failure scenario" field="onCheckFailedTest" name="onCheckFailedTest"  checked="${instance.onCheckFailedTest}" onclick="enableCombobox(this)"/>
      ----
      
      == Inline Event Handler
      Line: 95
      ----
      <input type="button" id="clearBtn" title="Clear all the rerun settings applied on tests" style="float: left;" onclick="clearRerunSettings()"/>
      ----
      
      == Inline Event Handler
      Line: 99
      ----
      <input type="button" id="copyPasteBtn" style="float: left;" title="Copy the rerun settings for the selected tests" onclick="copyPasteRerunSettings()" />
      ----
      

      Solution

      https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers

            Unassigned Unassigned
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: