Hi Oscar,
if we keep the hash in front of the number, the mailhandler should work.
I suggest we simply re-adding the queue in all branches:
return $data[‘tr_tracker’].’ #’.$data[‘tr_id’].’: '.$data[‘tr_summary’];
Ralf
Oscar van Eijk schrieb:
Hi,
You don’t need to retrieve the tracked since it’s already there.
Changing line 116 from:
return ‘#’.$data[‘tr_id’].’ - ‘.$data[‘tr_summary’];
to:
return $data[‘tr_tracker’].’ - ‘.$data[‘tr_id’].’: '.$data[‘tr_summary’];
will change the subject back to what it was in 1.4.
Keep in mind however this subject is also used by the mailhandler module; if
you enabled that, the module might not be able to recognize replies on
existing tickets and create a new one for all incoming mails.
I’m not sure why the subject layout was changed but; I might create a config
option for that.
Oscar
Hi.
I have already opened a bug regarding this, but I think that I can solve
this with a little help from any developer
I have noticed that the tracker email notifications have a less meaningful
subject than in 1.4
In 1.4 the email subject was :
Tracker Queue - Tracker ID: Tracker subject
in 1.6 and trunk is:
Tracker ID - Tracker subject
so is not including the tracker queue!!!
I have localiced the proper code in class.tracker_tracking.inc.php on line
116 function get_subect
this function do not retunr the tracker queue name I have try to add it
but
my knowledge of php is almost null
I think this could be added as we have the tracker queue id in tr_tracker
(I
I understanded the code), the only that I need to know is how I can
retrieve
the Tracker Queue name with this tr_tracker which function could I use or
how to construct the sentence that will return the queue name in order to
be
appended at the begining of the return sentence.
Many Thanks
–
View this message in context:
http://old.nabble.com/email-Notification-in-Tracker-1.6-tp26211159s3
741p26211159.html
Sent from the egroupware-developers mailing list archive at Nabble.com.
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers
–
Ralf Becker
Director Software Development
Stylite GmbH
[open style of IT]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon +49 (0) 6352 70629-0
fax +49 (0) 6352 70629-30
mailto: rb@stylite.de
www.stylite.de
www.egroupware.org
Geschäftsführer Andre Keller,
Gudrun Müller, Ralf Becker
Registergericht Kaiserslautern HRB 30575
Umsatzsteuer-Id / VAT-Id: DE214280951
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers