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"
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/*
Thanks,
Jake
(Updated)