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

[environment-variables-status-sync] Extract inline event handler in io/jenkins/plugins/env_variables_status_sync/JobRunListenerSysConfig/config.jelly

      Problem

      == Inline Event Handler
      Line: 15
      ----
      <f:textbox name="headerKey" field="headerKey" value="${header.headerKey}"
                                     onblur="handleBlur(this);"/>
      ----
      

      Solution

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

          [JENKINS-74728] [environment-variables-status-sync] Extract inline event handler in io/jenkins/plugins/env_variables_status_sync/JobRunListenerSysConfig/config.jelly

          Basil Crow created issue -
          Basil Crow made changes -
          Assignee Original: kun303-cloud [ thomson_519 ]
          Basil Crow made changes -
          Description Original: h4. Problems

          {noformat}
          == Inline Event Handler
          Line: 15
          ----
          <f:textbox name="headerKey" field="headerKey" value="${header.headerKey}"
                                         onblur="handleBlur(this);"/>
          ----

          == Inline Event Handler
          Line: 15
          ----
          <f:textbox name="headerKey" field="headerKey" value="${header.headerKey}"
                                         onblur="handleBlur(this);"/>
          ----
          {noformat}

          h4. Solution

          [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers]
          New: h4. Problem

          {noformat}
          == Inline Event Handler
          Line: 15
          ----
          <f:textbox name="headerKey" field="headerKey" value="${header.headerKey}"
                                         onblur="handleBlur(this);"/>
          ----
          {noformat}

          h4. Solution

          [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers]
          Summary Original: [environment-variables-status-sync] Extract inline event handlers in io/jenkins/plugins/env_variables_status_sync/JobRunListenerSysConfig/config.jelly New: [environment-variables-status-sync] Extract inline event handler in io/jenkins/plugins/env_variables_status_sync/JobRunListenerSysConfig/config.jelly

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

              Created:
              Updated: