Search found 5 matches

by fisettec
02 May 2016, 18:41
Forum: General
Topic: OTRS5 Save draft feature
Replies: 7
Views: 3731

Re: OTRS5 Save draft feature

Hi, As this feature was a must for us, we ended up implementing it ourselves some time ago. Even if the solution is not very elegant (as we had to modify some core OTRS file and the DB schema ), it work ok. I share here the method we used to help other developers. It’s kind of difficult to share the...
by fisettec
18 Mar 2016, 15:58
Forum: Help
Topic: Move Ticket Broken in 5.0.8 ?
Replies: 4
Views: 2294

Re: Move Ticket Broken in 5.0.8 ?

Well, the problem was precisely with the move permission. An agent with only this permission in a queue (and not full rw access) could not move a ticket in that queue: it worked prior to 5.0.8 but OTRS v5.0.8 return this message: "We are sorry, you do not have permissions anymore to access this...
by fisettec
16 Mar 2016, 17:45
Forum: Help
Topic: Move Ticket Broken in 5.0.8 ?
Replies: 4
Views: 2294

Move Ticket Broken in 5.0.8 ?

Is it me or moving ticket is broken in OTRS 5.0.8 ? If you have only the move_into permission in a queue, the move action is denied even if it should be ok. Looking in the code, in AgentTicketMove.pm, this part is added in 5.0.8: # check if destination queue is restricted by ACL my %QueueList = $Tic...
by fisettec
23 Oct 2015, 21:51
Forum: General
Topic: Missing scripts in OTRS 5 !?
Replies: 1
Views: 885

Re: Missing scripts in OTRS 5 !?

Oops, me bad; most of the administration/dev scripts are in the console now (bin/otrs.Console.pl). Problem solved :)
by fisettec
23 Oct 2015, 20:07
Forum: General
Topic: Missing scripts in OTRS 5 !?
Replies: 1
Views: 885

Missing scripts in OTRS 5 !?

Hi,

Is it me, or most of the scripts in bin/ (for example otrs.PackageManager.pl) are no longer in OTRS 5 ?

Thanks,

Christian