Skip to content

vt721: No "zoomer"...

On this line of the previewFile method:

https://code.vtiger.com/vtiger/vtigercrm/blob/master/layouts/v7/modules/Vtiger/resources/Vtiger.js#L34

The callback is trying to initiate a "zoomer()" method on the dialog.

However, grepping the entire source of vtiger finds no other mention of zoomer... This causes a javascript error in the console if the previewFile method is called.