-
Task
-
Resolution: Fixed
-
Minor
-
None
-
-
2.404
The following usages of Prototype's Ajax.Request remain:
core/src/main/resources/lib/form/link/link.js: new Ajax.Request(element.getAttribute("href")); core/src/main/resources/lib/form/link/link.js: new Ajax.Request(element.getAttribute("href"), {
These usages should be migrated to the Fetch API.