
I upgraded from 1.1 to 1.2 beta 2, i tarred xvz the 1.2 over 1.1 , it's rigth? It seems that all work ok... but i have discovered two strange things in customer area: Order by don't take care of the "show closed/open ticket" state. When i order i show only open tickets. In form New Ticket I didn't show any operator/queue in combo box... bugs or my mis-under-intelligence?:) Matteo

On Sunday, February 08, 2004 5:38 PM
Matteo Sgalaberni
I upgraded from 1.1 to 1.2 beta 2, i tarred xvz the 1.2 over 1.1 , it's rigth?
We provide a document describing the necessary steps, it's UPGRADING in otrs' home. Basically, the above is it, although you should have been taking a backup beforehand.
but i have discovered two strange things in customer area:
Order by don't take care of the "show closed/open ticket" state. When i order i show only open tickets.
This is a configurable option on http://localhost/otrs/index.pl?Action=AdminCustomerUser.
In form New Ticket I didn't show any operator/queue in combo box...
These are the possible options to reshape the dropdown: # CustomerPanelSelectionType # (To: seection type. Queue => show all queues, SystemAddress => show all system # addresses;) [Queue|SystemAddress] $Self->{CustomerPanelSelectionType} = 'Queue'; # $Self->{CustomerPanelSelectionType} = 'SystemAddress'; # CustomerPanelSelectionString # (String for To: selection.) # use this for CustomerPanelSelectionType = Queue # $Self->{CustomerPanelSelectionString} = 'Queue: <Queue> - <QueueComment>'; $Self->{CustomerPanelSelectionString} = '<Queue>'; # use this for CustomerPanelSelectionType = SystemAddress # $Self->{CustomerPanelSelectionString} = '<Realname> <<Email>> - Queue: <Queue> - <QueueComment>'; # CustomerPanelOwnSelection # (If this is in use, "just this selection is valid" for the CustomMessage.) # $Self->{CustomerPanelOwnSelection} = { # # QueueID => String # '1' => 'First Queue!', # '2' => 'Second Queue!', # };
bugs or my mis-under-intelligence?:)
That's what _you_ say ;-)) Regards, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

On Tue, Feb 10, 2004 at 10:34:19AM +0100, Robert Kehl wrote:
but i have discovered two strange things in customer area:
Order by don't take care of the "show closed/open ticket" state. When i order i show only open tickets.
This is a configurable option on http://localhost/otrs/index.pl?Action=AdminCustomerUser.
Sorry, but I don't find any option related...
In form New Ticket I didn't show any operator/queue in combo box...
These are the possible options to reshape the dropdown:
# CustomerPanelSelectionType # (To: seection type. Queue => show all queues, SystemAddress => show all system # addresses;) [Queue|SystemAddress] $Self->{CustomerPanelSelectionType} = 'Queue'; # $Self->{CustomerPanelSelectionType} = 'SystemAddress';
# CustomerPanelSelectionString # (String for To: selection.) # use this for CustomerPanelSelectionType = Queue # $Self->{CustomerPanelSelectionString} = 'Queue: <Queue> - <QueueComment>'; $Self->{CustomerPanelSelectionString} = '<Queue>'; # use this for CustomerPanelSelectionType = SystemAddress # $Self->{CustomerPanelSelectionString} = '<Realname> <<Email>> - Queue: <Queue> - <QueueComment>';
Yes, the configuration it's ok, but the combo it's empty...
bugs or my mis-under-intelligence?:)
That's what _you_ say ;-)) :))
Thanks Matteo

On Tuesday, February 10, 2004 11:36 AM
Matteo Sgalaberni
On Tue, Feb 10, 2004 at 10:34:19AM +0100, Robert Kehl wrote:
but i have discovered two strange things in customer area:
Order by don't take care of the "show closed/open ticket" state. When i order i show only open tickets.
This is a configurable option on http://localhost/otrs/index.pl?Action=AdminCustomerUser.
Sorry, but I don't find any option related...
Now I see the error you mean - it's not about showing closed tickets at all, but ordering them. Yes, indeed, it's not working ok. Could I get you to file a bug report on http://bugs.otrs.org, please?
In form New Ticket I didn't show any operator/queue in combo box... Yes, the configuration it's ok, but the combo it's empty...
Check if you got something similar to this in Config.pm: $Self->{CustomerPanelOwnSelection} = { }; Comment or delete it. As soon as $Self->{CustomerPanelOwnSelection} is defined, it's contents will be used, even if they're empty. Regards, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Matteo Sgalaberni
-
Robert Kehl