Bug #18767
closedStage change notification emails not send when publishing from Live workspace
0%
Description
When you are in Live workspace and have selected a draft workspace in the Workspace module under "Options", no notification email is sent when changing the state of any record.
The problem here is that the "record" of the live workspace is returned by t3lib_userauthgroup::checkWorkspace. This record does not include settings for stage change notifications, so no notifications are sent. When selecting the draft workspace for editing, everything works fine.
Possible solution: Check for the selection in the combobox in t3lib_tcemain::version_setStage and use t3lib_userauthgroup::checkWorkspace() with this ws instead of ...checkWorkspaceCurrent().
(issue imported from #M8361)
Files
Updated by Andreas Wolf over 16 years ago
I have created a patch for this issue, see the attached file.
Please note: To apply the patch, you have to use -p0 as a parameter for the patch utility.
Updated by Benni Mack almost 16 years ago
Commited to trunk, 4.2 and 4.1 on Jan 1st, 2009
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
0)