[rt-users] A reminder creates a ticket and sends email to queue watchers???
kschmitte
kschmitte at voiceobjects.com
Thu Oct 16 10:46:38 EDT 2008
Ok - got it - I'll need to add the overlay to the initial file.
So I have a section like following in my Reminders.pm:
eval "require RT::Reminders_Vendor";
if ($@ && $@ !~ qr{^Can't locate RT/Reminders_Vendor.pm}) {
die $@;
};
and what is missing is an additional section for the overlay:
eval "require RT::Reminders_Overlay";
if ($@ && $@ !~ qr{^Can't locate RT/Reminders_Overlay.pm}) {
die $@;
};
not tested yet, but apperantly it works with the other overlays.
kschmitte wrote:
>
> [...]
> The only remaining question I have: Why did it work when changing the
> Reminders.pm - but not when I added a Reminders_Overlay.pm (containing the
> contents of Reminders.pm + my changes)? When I then replaced the original
> Reminders.pm with the Reminders_Overlay.pm everything was fine.
> Do I need to set up RT to know this new file?
> [...]
>
--
View this message in context: http://www.nabble.com/A-reminder-creates-a-ticket-and-sends-email-to-queue-watchers----tp5839136p20014892.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.
More information about the rt-users
mailing list