Project

General

Profile

Task #96003

Updated by Oliver Hader over 2 years ago

https://github.com/TYPO3/typo3/blob/v11.5.3/typo3/sysext/redirects/Classes/Hooks/DispatchNotificationHook.php#L35-L37 @TYPO3\CMS\Redirects\Hooks\DispatchNotificationHook@ 

 <pre> 
             top.window.require(["TYPO3/CMS/Redirects/EventHandler"], function() { 
                 top.document.dispatchEvent(new CustomEvent("typo3:redirects:slugChanged", { detail: %s })); 
             }); 
 </pre>

Back