Project

General

Profile

Actions

Bug #18767

closed

Stage change notification emails not send when publishing from Live workspace

Added by Andreas Wolf over 16 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Target version:
-
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

8361.diff (789 Bytes) 8361.diff Administrator Admin, 2008-05-12 15:11
Actions #1

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.

Actions #2

Updated by Benni Mack almost 16 years ago

Commited to trunk, 4.2 and 4.1 on Jan 1st, 2009

Actions #3

Updated by Michael Stucki almost 11 years ago

  • Category set to Workspaces
Actions #4

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)
Actions #5

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF