Getting an error for JSUtil undefined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 02:09 PM
We have an issue where on a page with a Data table from URL definition widget there is the error "JSUtil undefined, maybe missing global qualifier" popping up every time. I think the error starts in the var getModuleInfo = function(), but outside of that I do not know where to start addressing this.
The error according to the console is:
TypeError: Cannot read properties of undefined (reading 'maxCategorySelectionLimit')
TypeError: Cannot read properties of undefined (reading 'id')
These two are located in the Client Script of the IM Create/Edit Idea widget where $scope.data.moduleInfo is undefined.
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 08:13 AM
Find where JSUtil is being referenced and add the "global".