Project

General

Profile

Actions

Bug #57273

closed

Wrong SignalSlot dispatch calls in ResourceStorage

Added by Frans Saris over 10 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
-
Target version:
-
Start date:
2014-03-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

The ->dispatch calls made in the following methods is wrong:

  • ResourceStorage::emitPreFolderCopySignal()
  • ResourceStorage::emitPostFolderCopySignal()
  • ResourceStorage::emitPreFolderMoveSignal()
  • ResourceStorage::emitPostFolderMoveSignal()
  • ResourceStorage::emitPreFolderRenameSignal()
  • ResourceStorage::emitPostFolderRenameSignal()
  • ResourceStorage::emitPreFolderDeleteSignal()
  • ResourceStorage::emitPostFolderDeleteSignal()

The wrong classname is used and for emitPreFolderCopySignal(), emitPostFolderCopySignal(), emitPreFolderMoveSignal() and emitPostFolderMoveSignal() the $newName parameter isn't passed through.

Actions

Also available in: Atom PDF