Project

General

Profile

Actions

Bug #80001

open

Workspace email notification contains preview link ony to the first page in the list of changed data

Added by Gleb Levitin about 7 years ago. Updated almost 5 years ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
Workspaces
Start date:
2017-02-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

The workspace email notification to users after completion the DataHandler operations contain the preview link only to the first page in the set of changed data.

Example:

Imagine, there has been changes for the following content elements within a workspace:

"pages:234, pages:1723, tt_content:2410";

Then the following lines of code wil explode the first {table:uid} occurrence for generating the preview link (here page with uid 234).

SYSEXT:version/Classes/Hook/DataHandlerHook.php::notifyStageChange

list($elementTable, $elementUid) = explode(':', $elementName);
$elementUid = (int)$elementUid;

IS STATE:
The remaining records in the dataset are ignored. This is not correct!

SHOULD BE STATE:
The preview links should be generated for all the changed pages or pages containing changed records.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #93286: Workspace notification Email not showing multiple page IDsNew2021-01-14

Actions
Actions #1

Updated by Benni Mack almost 5 years ago

  • Target version changed from next-patchlevel to Candidate for patchlevel
Actions #2

Updated by Benni Mack about 2 years ago

  • Related to Bug #93286: Workspace notification Email not showing multiple page IDs added
Actions

Also available in: Atom PDF