Loading...
 
Skip to main content

Tracker Watch notification if not simple

Status
Open
Subject
Tracker Watch notification if not simple
Version
7.x
Category
  • Error
Feature
Trackers
Watch (email notifications of changes)
Tracker revamp
Submitted by
mrisch
Lastmod by
mrisch
Rating
(0)
Description

In the function: function send_replace_item_notifications($args)
in lib/trackers/trackerlib.php, and change to the tracker generates an error and a failure for attempting to assign() to a non-existent object.

The line that generates it is:
$smarty->assign('mail_date', $this->now);

But if I comment that out, the next one generates it - so I think it is all assigns.

The error occurs if: I have a standard "watch" on all tracker activity. I have not tested moving the notification into the tracker setup screen.

To test, I:
1. Manually set $simpleEmail = "y"; error goes away
2. Set the Simple Email flag on the edit tracker prefs screen - error does NOT go away

Importance
7
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3917
Created
Friday 10 June, 2011 15:39:57 UTC
by mrisch
LastModif
Friday 10 June, 2011 15:39:57 UTC


Show PHP error messages