- Fix a Tickets Priority value on TicketCreate depending on TicketFreeText14 value (Impact) and Ticket type. Currently I'm doing this with cron and GenericAgent, which is not nice.
I do not speak Perl fluently and need to test a bit and do debugging fun, so I'm using some HistoryAdd things in the module, BUT:
Nothing happens, I expected some http 500 Internal Servcer Error

- To Config.pm I added:
Code: Select all
$Self->{'Ticket::EventModulePost'}->{'137-FixPriority'} = {
'Event' => '(TicketCreate)',
'Module' => 'Kernel::System::Ticket::Event::FixPriority'
};
- I've restarted Apache
Anything else I have to do?
Where can I see if the module is actually registered? Currently I do not know if it's either not registered or not triggered.
TIA
Michael