Actions
Bug #18767
closedStage change notification emails not send when publishing from Live workspace
Start date:
2008-05-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions