You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: