Fullscreen
Loading...
 
Skip to main content

Tracker Email field type does not notify on 'watch closed'

Status
Closed
Subject
Tracker Email field type does not notify on 'watch closed'
Version
9.x
Category
  • Error
  • Patch
Feature
Alert
Trackers
Resolution status
New
Submitted by
fezzz
Lastmod by
fezzz
Rating
(0)
Related-to
Description

Tiki does not send out e-mail notification when tracker items are closed. They do get sent when set to pending.

Found that Tiki 9.x (9.0->9.4) has this issue.

Solution

Change line 56 in tiki\lib\core\Tracker\Field\Simple.php to as read 'watchclosed' instead of 'watchopen':

patch
Copy to clipboard
'watchclosed' => array( 'name' => tr('Watch Closed'), 'description' => tr('Notify this address every time the status changes to closed.'), 'filter' => 'alpha', 'options' => array( '' => tr('No'), 'c' => tr('Yes'), ),
Importance
9
Easy to solve?
10 easy
Priority
90
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4400
Created
Monday 25 March, 2013 19:57:47 UTC
by fezzz
LastModif
Monday 25 March, 2013 19:57:47 UTC


Show PHP error messages