[SOLVED] 4.0.2 OTRS CustomerTicketMessage and Chrome Issue

Moderator: crythias

Locked
jevans
Znuny newbie
Posts: 22
Joined: 04 Dec 2014, 21:14
Znuny Version: 4.0.2
Real Name: Jacob Evans
Company: Higher Information Group

[SOLVED] 4.0.2 OTRS CustomerTicketMessage and Chrome Issue

Post by jevans »

Chrome keeps having a nagging javascript error popup complaining that 'allow-scripts' is not set.

I updated my version of Custom/Kernel/Output/HTML/Standard/CustomerTicketZoom.tt in 2 places to include allow-scripts

Code: Select all

./Standard/CustomerTicketZoom.tt:145:<iframe sandbox="allow-same-origin allow-popups allow-scripts"
./Standard/CustomerTicketZoom.tt:149:<iframe sandbox="allow-same-origin allow-scripts"
works fine in IE either way.

Also, I copied /Kernel/Output/HTML/Standard/CustomerTicketZoom.tt to /Custom as a starting point.

Other Issue I was having in chrome required read access to js-cache (/opt/otrs/var/httpd/htdocs/js/js-cache)

Code: Select all

chmod 664 /opt/otrs/var/httpd/htdocs/js/js-cache/*
to change it back, use 660 or run bin/otrs.SetPermissions.pl

Thanks,
Jake

(Updated)
Locked