Deprecation: #88854 - jumpExt() of RecordListController
See forge#88854
Description
The JavaScript function jump
used to modify URLs by attaching return
and anchors
arguments have been marked as deprecated.
Impact
Calling jump
will trigger a deprecation warning in the browser console.
Affected Installations
All third party extensions using jump
are affected.
Migration
It is only possible to call this function via hooks. To migrate this call, append a return
argument to the URL if
required and move the URL to the href
argument of the button the function was attached to.