-
Notifications
You must be signed in to change notification settings - Fork 75
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
Decide about Kernel::Output::HTML::Notification::AgentSessionLimit #734
Comments
I think we can remove it. In the end the code is not lost as it's in git. There is no need for keeping it "just in case". |
Ah, I just found out that there still is a session limit in OTOBO. See Framework.xml:
The relevant check is in Kernel/System/AuthSession.pm . Now tthis is a bit inconsistent. When there is a session limit, then a notification that the limit is approaching does make sense. Or should the agent session limit feature be also removed from OTOBO? |
Discussed this with @svenoe and @StefanRother-OTOBO . The conclusion is:
|
Started to reintegrate the config, tests and implementation of the notification module. |
Contrary to OTRS 6, this does not use the SystemData, only considers the SysConfig.
This class is not used by OTOBO.
…limit-notification Issue #734 reinstate session limit notification
Tests look fine. Closing this issue. |
As of OTOBO 10.0.7 the notification Kernel::Output::HTML::Notification::AgentSessionLimit is only a stub. In OTRS this notification is presented when the session limit is approached. As OTOBO has no session limit I would surmise that this notification is not needed in OTOBO. @StefanRother-OTOBO: Is that correct?
When no session limit checks are needed, then it should be decided whether this notification should be kept for just in case, or removed completely.
TODO:
The text was updated successfully, but these errors were encountered: