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
View Hierarchical services on customer portal
Moderator: crythias
View Hierarchical services on customer portal
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
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 ?
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 ?
Re: View Hierarchical services on customer portal
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
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
Ticket::Frontend::ListType
Sure that there is no difference?
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 ?
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 ?
Re: View Hierarchical services on customer portal
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
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
And this is a differenceYoann wrote: Maybe, when we choicing hierarchical view, parameter isn't display in file.
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 ?
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 ?