Project

General

Profile

Actions

Bug #17569

closed

No notification mails will be sent on using user groups

Added by Thomas over 16 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Target version:
-
Start date:
2007-08-30
Due date:
% Done:

0%

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

Description

The workspace allows to add
a) users
b) groups
to be members or reviewers of a workspace.

When a WS state changes and t3lib_TCEMain::notifyStageChange() is triggered, the method can hence pass either a list of BE users or groups or both to the method notifyStageChange_getEmails($listOfUsers,$noTablePrefix=FALSE) which only accepts a list of users.

@see line 5895:
The value of $workspaceRec['reviewers'] could also be a list of groups (or mixed groups,users):
$emails = $this->notifyStageChange_getEmails($workspaceRec['reviewers']);

Tested with 4.1.2

(issue imported from #M6239)


Files

0006239.patch (2.62 KB) 0006239.patch Administrator Admin, 2007-12-12 16:32
0006239_v2.patch (2.32 KB) 0006239_v2.patch Administrator Admin, 2008-03-02 22:42
17569.patch (3.82 KB) 17569.patch Benni Mack, 2011-05-12 04:34

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #20557: Notification emails are send to assigned users only, not to groupsClosedBenni Mack2009-06-03

Actions
Actions

Also available in: Atom PDF