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
- 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':
patchCopy 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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 4400
- Created
- Monday 25 March, 2013 19:57:47 UTC
by fezzz - LastModif
- Monday 25 March, 2013 19:57:47 UTC