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

Remove Prototype Ajax.Request usages from hudson-behavior.js

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • None
    • 2.405

      The following usages of Prototype's Ajax.Request remain:

      war/src/main/webapp/scripts/hudson-behavior.js:Ajax.Request.prototype.dispatchException = function (e) {
      war/src/main/webapp/scripts/hudson-behavior.js:  new Ajax.Request(checkUrl, {
      war/src/main/webapp/scripts/hudson-behavior.js:  new Ajax.Request("./descriptionForm", {
      war/src/main/webapp/scripts/hudson-behavior.js:    new Ajax.Request(e.getAttribute("lazymap"), {
      war/src/main/webapp/scripts/hudson-behavior.js:    new Ajax.Request(this.getAttribute("helpURL"), {
      war/src/main/webapp/scripts/hudson-behavior.js:        new Ajax.Request(url);
      war/src/main/webapp/scripts/hudson-behavior.js:      new Ajax.Request(url, {
      war/src/main/webapp/scripts/hudson-behavior.js:    new Ajax.Request(url, params);
      

      These usages should be migrated to the Fetch API.

            timja Tim Jacomb
            basil Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: