Deprecation: #83844 - Deprecated usage of top.launchView

See forge#83844

Description

The usage of top.launchView(), that opens certain information in a popup window, has been marked as deprecated.

Impact

Calling top.launchView() will trigger a deprecation warning in the browser console.

Affected Installations

Every 3rd party extension that uses top.launchView is affected.

Migration

Either use top.TYPO3.InfoWindow.showItem() directly or import the RequireJS module TYPO3/CMS/Backend/InfoWindow and call showItem().