Search found 9 matches

by sseidel
25 Sep 2018, 10:50
Forum: General
Topic: Random Ticket Number Generator missing in OTRS 6?
Replies: 4
Views: 3084

Re: Random Ticket Number Generator missing in OTRS 6?

Hmm, I added

Code: Select all

use parent qw(Kernel::System::Ticket::NumberBase);
and changed
  • TicketCreateNumber to TicketNumberBuild
  • $Self->TicketIDLookup to $Kernel::OM->Get('Kernel::System::Ticket')->TicketIDLookup
and it seems to work fine.
Any caveats to look out for?

Stefan
by sseidel
25 Sep 2018, 09:34
Forum: General
Topic: Random Ticket Number Generator missing in OTRS 6?
Replies: 4
Views: 3084

Re: Random Ticket Number Generator missing in OTRS 6?

Interesting, thanks. I what way does it rely on the database?
by sseidel
25 Sep 2018, 09:25
Forum: Howtos
Topic: OTRS 6: Move attachment display above article
Replies: 0
Views: 9129

OTRS 6: Move attachment display above article

Since many of our users are confused about having the attachments underneath the article text, we decided to implement a very simple fix for it. Especially in a long list of longer articles, finding the attachments is very difficult. Here's a simple JavaScript solution that should survive at least m...
by sseidel
25 Sep 2018, 09:16
Forum: General
Topic: Random Ticket Number Generator missing in OTRS 6?
Replies: 4
Views: 3084

Random Ticket Number Generator missing in OTRS 6?

Hi,

why was Kernel::System::Ticket::Number::Random removed in OTRS6? Can I change the old generator to work with OTRS6?

Thanks

Stefan
by sseidel
18 Oct 2017, 09:23
Forum: Help
Topic: Forward without quote?
Replies: 2
Views: 1321

Re: Forward without quote?

jojo wrote:you can use the bounce functionality in OTRS
Thanks, that works.

But I found out that they also want to edit the subject, which isn't possible with bounce.

Stefan
by sseidel
17 Oct 2017, 11:38
Forum: Help
Topic: Forward without quote?
Replies: 2
Views: 1321

Forward without quote?

Hi, we would like to forward certain articles "as is" to external email addresses, that means in the original HTML composition. "Split" does it a little but, but CKEditor gets in the way and breaks the original HTML. "Forward" puts the whole original in a quoted block. ...
by sseidel
03 Aug 2017, 08:26
Forum: Help
Topic: Notifications not sent out intermittently
Replies: 1
Views: 1746

Notifications not sent out intermittently

Hi, we have a very strange problem which occured only recently with our OTRS 5.0.18 installation: usually we have most notification email to agents turned on, so that agents get notified on new tickets, new notes etc. But somehow this fails randomly. I can look at two tickets that were created in th...
by sseidel
19 May 2017, 12:12
Forum: General
Topic: Hide quoted text for incoming mails?
Replies: 3
Views: 1766

Re: Hide quoted text for incoming mails?

root wrote:Search the SysConfig for Ticket::Frontend::ResponseFormat
Isn't that for outgoing mails? I am looking to do this for incoming mails.

Stefan
by sseidel
18 May 2017, 12:18
Forum: General
Topic: Hide quoted text for incoming mails?
Replies: 3
Views: 1766

Hide quoted text for incoming mails?

Hi, is there an option to hide or remove the quoted text on incoming replies by mail? Almost all mail applications do this to help focus on the most recent reply. As OTRS keeps track of all communication anyway, showing the text that the agent wrote quoted in the incoming mail only distracts. I real...