View Hierarchical services on customer portal

Moderator: crythias

Locked
Yoann
Znuny newbie
Posts: 6
Joined: 30 Sep 2016, 10:14
Znuny Version: 5.0.9

View Hierarchical services on customer portal

Post by Yoann »

Hello,

I Have two platforms OTRS - one production and one lab.
I search how do for view services hierarchical on Customer portal.

On my lab platforms , it's ok. But i don't know how i have do that !!
( see attachment files - labs_ok )

On my production platforms, it's not ok . Display is at Flat.
( see attachment files - prod_nok )

I search a parameter for display similars services on my production platform
I find'nt it.

Can you help me , please.
Thanks

Regards,

Yoann
You do not have the required permissions to view the files attached to this post.
root
Administrator
Posts: 4283
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: View Hierarchical services on customer portal

Post by root »

Looks like you have different SysConfig setting. Diff the ZZZAuto.pm to find the differences.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Yoann
Znuny newbie
Posts: 6
Joined: 30 Sep 2016, 10:14
Znuny Version: 5.0.9

Re: View Hierarchical services on customer portal

Post by Yoann »

Hello,

Thanks for your response.

I search differences but i havent find .
Have you an idea where i can find this parameter ?

Thanks in advance,

Regards,

Yoann
root
Administrator
Posts: 4283
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: View Hierarchical services on customer portal

Post by root »

Ticket::Frontend::ListType

Sure that there is no difference?
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Yoann
Znuny newbie
Posts: 6
Joined: 30 Sep 2016, 10:14
Znuny Version: 5.0.9

Re: View Hierarchical services on customer portal

Post by Yoann »

Hello,

Yes !
I have this parameter on my production platform :
$Self->{'Ticket::Frontend::PlainView'} = '1';
$Self->{'Ticket::Watcher'} = '1';
$Self->{'Ticket::Frontend::ListType'} = 'list';
$Self->{'Ticket::Frontend::PendingDiffTime'} = '259200';

and on my lab platform , this parameter is no present :

$Self->{'Ticket::Frontend::PlainView'} = '1';
$Self->{'Ticket::Watcher'} = '1';
$Self->{'Ticket::Frontend::PendingDiffTime'} = '259200';

Maybe, when we choicing hierarchical view, parameter isn't display in file.

Anyway, thanks !!!!
problem solved.

Regards,

Yoann
root
Administrator
Posts: 4283
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: View Hierarchical services on customer portal

Post by root »

Yoann wrote: Maybe, when we choicing hierarchical view, parameter isn't display in file.
And this is a difference ;-)
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Locked