RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
240 stars 72 forks source link

Eliminate the parameter 'Charset' to the method 'DocumentComplete' #3428

Closed bschmalhofer closed 1 month ago

bschmalhofer commented 1 month ago

The only supported charset in the OTOBO fronend is utf-8. This value is already hard coded in Kernel::Output::HTML::Layout:_AddHeadersToResponseObject(). So let's remove this holdout from old times.

Also fix the test failures in scripts/test/HTMLUtils/DocumentComplete.t . See also #3100.

bschmalhofer commented 1 month ago

The test scripts looks fine. PR is merged. Closing this issue.