Bug #80001
closedWorkspace email notification contains preview link ony to the first page in the list of changed data
0%
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.
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Benni Mack almost 3 years ago
- Related to Bug #93286: Workspace notification Email not showing multiple page IDs added
Updated by Riccardo De Contardi 5 months ago
- Status changed from New to Closed
- Target version deleted (
Candidate for patchlevel)
I close this issue as a duplicate of #93286 please continue the discussion there.
If you think that this is the wrong decision please reopen it or open a new issue with a reference to this one.
Thank you.