- Print
- DarkLight
- PDF
Release 1.1.3 (2020-09-09)
Fix: Correct lack of Page View hit in some classic sites
Update user custom action to more reliable method of inserting tracking JS (Issue 1656)
SharePoint Online provides a _spComponentLoader that is used to add JS files to pages that recently change behavior and causes and undefined error when the tag loads. The Classic user custom action was modified to use the older/more reliable method of inserting JS.
Fix: Correct Edit Default Tag panel Save Configuration button disabled when no sites selected
Update code to always enable the Save Configuration button but disable the Edit Default Tag button if sites are selected (Issue 1658)
The Edit Default Tag panel was showing the Save Configuration as disabled if no sites were selected in the list. This is the opposite of the intented behavior. The code has been updated to ensure the button is enabled whenever the panel is opened, but the Admin > Edit Default Tag button to open the panel is disabled if any sites are selected, and a warning to deselect all sites to enable the button appears on hover.