Project

General

Profile

Actions

Bug #92790

closed

PostFolderRenameSignal has wrong argument in TYPO3 v9

Added by Xavier Perseguers over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
Start date:
2020-11-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When renaming a folder two signals are sent:

  • PreFolderRenameSignal
  • PostFolderRenameSignal

Since TYPO3 v10 those signals (refactored as PSR-14) are correctly constructed, the "Pre" contains a reference to the Folder object before the renaming, the "Post" contains the Folder object after the renaming.

But in TYPO3 v9 (and for sure before as well), the "Post" signal still contains a reference to the Folder before the renaming, making this signal +/- totally useless.

This bug should have been spotted and fixed during the development of TYPO3 v10, while migrating to PSR-14.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #84539: SIGNAL_PostFolderRename BugClosed2018-03-27

Actions
Actions

Also available in: Atom PDF