[SOLVED] Frontend::CustomerTicketViewNew To field order

Moderator: crythias

Locked
xax0
Znuny newbie
Posts: 41
Joined: 01 Nov 2013, 10:46
Znuny Version: 3.3 beta4

[SOLVED] Frontend::CustomerTicketViewNew To field order

Post by xax0 »

Hello there,
I am trying to change how the customer frontend looks like. I want to change the order of To: field and I was looking for a way to appear after Service.

I was looking in the CustomerTicketMessage.dtl however I couldn't find a way to alter with it there.

Have someone tried to do the same thing?
You do not have the required permissions to view the files attached to this post.
Last edited by xax0 on 16 Jan 2014, 10:47, edited 1 time in total.
OTRS 3.3.6 with ITSM 3.3.6 running on CentOS 6.4, PostgreSQL 9.x
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Frontend::CustomerTicketViewNew To field order

Post by reneeb »

You headed the right direction... You have to change the order of

Code: Select all

<!-- dtl:block:Queue -->
... # lots of code
<!-- dtl:block:Queue -->
and

Code: Select all

<!-- dtl:block:TicketService -->
....
<!-- dtl:block:TicketService -->

<!-- dtl:block:TicketServiceMandatory -->
....
<!-- dtl:block:TicketServiceMandatory -->
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
xax0
Znuny newbie
Posts: 41
Joined: 01 Nov 2013, 10:46
Znuny Version: 3.3 beta4

Re: Frontend::CustomerTicketViewNew To field order

Post by xax0 »

Thanks mate, I'll test it and let you know.
OTRS 3.3.6 with ITSM 3.3.6 running on CentOS 6.4, PostgreSQL 9.x
xax0
Znuny newbie
Posts: 41
Joined: 01 Nov 2013, 10:46
Znuny Version: 3.3 beta4

[SOLVED] Frontend::CustomerTicketViewNew To field order

Post by xax0 »

It suddenly works!
Forgot to move service mandatory field and that what caused the issue before.
OTRS 3.3.6 with ITSM 3.3.6 running on CentOS 6.4, PostgreSQL 9.x
Locked