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.
Change line 56 in tiki\lib\core\Tracker\Field\Simple.php to as read 'watchclosed' instead of 'watchopen':
'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'), ),
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |