You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A hopefully final beautification. The interface modules can inherit from Plack::Component, https://metacpan.org/pod/Plack::Component, and Response() can be renamed to call(). This would leave us with:
mount "/public.pl" => Kernel::System::Web::InterfacePublic->new()->to_app;
in otobo.psgi.
It turned out that using a wrapper module was the easier route. This approach guarantees that there is no persistent data between requests.
Closing this issue only after the next run of the test suite.
A hopefully final beautification. The interface modules can inherit from Plack::Component, https://metacpan.org/pod/Plack::Component, and
Response()
can be renamed tocall()
. This would leave us with:mount "/public.pl" => Kernel::System::Web::InterfacePublic->new()->to_app;
in otobo.psgi.
Originally posted by @bschmalhofer in #1431 (comment)
The text was updated successfully, but these errors were encountered: