znuny / Znuny

Znuny/Znuny LTS is a fork of the ((OTRS)) Community Edition, one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management.
https://www.znuny.org
GNU General Public License v3.0
355 stars 85 forks source link

Znuny 7 shows the default logos instead of custom ones #357

Closed cristalink closed 1 year ago

cristalink commented 1 year ago

Environment

Expected behaviour

AgentLogo and CustomerLogo should be shown if configured.

Actual behaviour

Znuny's default logo is shown.

Cause

The problem is that the default logo CSS has "!important" whereas the custom logo style does not:

image

Hotfix

I fixed the issue by adding "!important" to the following files:

/opt/otrs/Kernel/Output/HTML/Templates/Standard/CustomerHTMLHead.tt /opt/otrs/Kernel/Output/HTML/Templates/Standard/HTMLHead.tt /opt/otrs/Kernel/Output/HTML/Templates/Standard/Login.tt

image

Thanks!

dignin commented 1 year ago

Thanks for the report. We opened an internal issue 594.

KaiHerlemann commented 1 year ago

Fixed with https://github.com/znuny/Znuny/commit/38b60f59b7df7bb81ccf2c28426e574fe8608394, will be fixed in the next version of Znuny 7.