salesagility / SuiteCRM-Core

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
182 stars 134 forks source link

isFileExtensionValid #570

Open rahunak opened 1 week ago

rahunak commented 1 week ago

Issue

When I try to load any document i get:

VM244880:69 Uncaught TypeError: Cannot read properties of null (reading 'value') at Object.isFileExtensionValid (<anonymous>:69:125) at HTMLInputElement.checkFileExtension (<anonymous>:72:177) at HTMLInputElement.n (sugar_grp1_yui.js?v=_D0LAIgLpXzajxe-cvofUw:5:26943)

Possible Fix

The error is in isFileExtensionValid function. on line: var docType = document.getElementById('doc_type').value; cause docuement havent' element with id 'doc_type'

Steps to Reproduce the Issue

try to load any document, and see console logs.

Context

No response

Version

7.14.5

What browser are you currently using?

Chrome

Browser Version

No response

Environment Information

MySQL

Operating System and Version

Ubuntu 24