We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
That the undocumented parameter CommunicationID is used in Kernel::System::CommunicationLog::DB::ObjectLookupGet() looks like an oversight in the original implementation. See OTRS/otrs@0a81ebb#diff-0909aeec160a8765a3ef724f9fd01e588fa52eb134bc214186736fbb3f65e133
CommunicationID
Kernel::System::CommunicationLog::DB::ObjectLookupGet()
Also check wheter the calls to ObjectLookupGet() pass sane parameters.
The text was updated successfully, but these errors were encountered:
See also #2037 .
Sorry, something went wrong.
Issue #2089: enhance POD of Kernel::System::CommunicationLog::new()
ecac77d
The parameter ObjectLogID is also supported. undef can be returned.
Issue #2089: enhance POD and code comments
8e0e2b7
also some minor code cleanups
Issue #2089: remove support for parameter CommunicationID
62d6a08
in Kernel::System::CommunicationLog::ObjectLookupGet() as the parameter was neiter documented nor used.
Issue #2089: satisfy the CodePolicy
885c24b
stringy splits are prohibited
Merge pull request #2091 from RotherOSS/issue-#2089-communication_id
60f137b
Issue #2089 communication
PR is merged. Closing this issue.
bschmalhofer
No branches or pull requests
That the undocumented parameter
CommunicationID
is used inKernel::System::CommunicationLog::DB::ObjectLookupGet()
looks like an oversight in the original implementation. SeeOTRS/otrs@0a81ebb#diff-0909aeec160a8765a3ef724f9fd01e588fa52eb134bc214186736fbb3f65e133
Also check wheter the calls to ObjectLookupGet() pass sane parameters.
The text was updated successfully, but these errors were encountered: