Deprecation: #83844 - Deprecated usage of top.launchView
See forge#83844
Description
The usage of
top.
, that opens certain information in a popup window, has been marked as deprecated.
Impact
Calling
top.
will trigger a deprecation warning in the browser console.
Affected Installations
Every 3rd party extension that uses
top.
is affected.
Migration
Either use
top.
directly or import the RequireJS module TYPO3/
and call
show
.