Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Customer Processmanagement Modul #1609

Closed
StefanRother-OTOBO opened this issue Feb 10, 2022 · 1 comment
Closed

Bug in Customer Processmanagement Modul #1609

StefanRother-OTOBO opened this issue Feb 10, 2022 · 1 comment
Assignees
Labels
bug Something isn't working as intended
Milestone

Comments

@StefanRother-OTOBO
Copy link
Contributor

When I share an activity dialog with the customer interface only, the buttons are still displayed, but the dialog itself does not appear. Instead, I get the following message in the log:

ERROR: OTOBO-CGI-59 Perl: 5.34.0 OS: linux Time: Thu Feb 10 11:22:38 2022

 Message: No follow up process configured!

 RemoteAddress: 192.168.176.186
 RequestURI: /otobo/customer.pl?Action=CustomerTicketZoom;TicketNumber=2022021059000451

 Traceback (9): 
   Module: Kernel::Modules::CustomerTicketProcess::Run Line: 140
   Module: Kernel::Modules::CustomerTicketZoom::_Mask Line: 1839
   Module: Kernel::Modules::CustomerTicketZoom::Run Line: 1444
   Module: Kernel::System::Web::InterfaceCustomer::Content Line: 1408
   Module: Kernel::System::Web::InterfaceCustomer::Response Line: 1490
   Module: Kernel::System::Web::App::call Line: 86
   Module: Plack::Component::__ANON__ Line: 50
   Module: Plack::App::URLMap::call Line: 71
   Module: Plack::Component::__ANON__ Line: 50
   Module: Plack::Sandbox::_2fopt_2fotobo_2fbin_2fpsgi_2dbin_2fotobo_2epsgi::__ANON__ Line: 199
   Module: Plack::Sandbox::_2fopt_2fotobo_2fbin_2fpsgi_2dbin_2fotobo_2epsgi::__ANON__ Line: 170
   Module: Plack::Sandbox::_2fopt_2fotobo_2fbin_2fpsgi_2dbin_2fotobo_2epsgi::__ANON__ Line: 156
   Module: Plack::Middleware::HTTPExceptions::try {...}  Line: 20

Reason:

The following query is made in the Kernel/Modules/CustomerTicketProcess.pm file, , but no process is returned at this moment.

 133     # get all follow up processes
 134     my $FollowupProcessList = $ProcessObject->ProcessList(
 135         ProcessState => \@ProcessStates,
 136         Interface    => [ 'AgentInterface', 'CustomerInterface' ],

Solution:

Remove 'Interface => [ 'AgentInterface', 'CustomerInterface' ],' works.

 133     # get all follow up processes
 134     my $FollowupProcessList = $ProcessObject->ProcessList(
 135         ProcessState => \@ProcessStates,
@StefanRother-OTOBO StefanRother-OTOBO added the bug Something isn't working as intended label Feb 10, 2022
@StefanRother-OTOBO StefanRother-OTOBO added this to the OTOBO 10.1 milestone Feb 10, 2022
@svenoe
Copy link
Contributor

svenoe commented Feb 10, 2022

When I share an activity dialog with the customer interface only

Did you mean the agent interface, or really even if it is only the customer interface?

...after reading it again, you are missing the process activity, and it is not the button which shouldn't appear, am I right?

@svenoe svenoe modified the milestones: OTOBO 10.1, OTOBO 10.1.1 Feb 16, 2022
svenoe pushed a commit that referenced this issue Feb 24, 2022
@svenoe svenoe closed this as completed Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

2 participants