-
-
Notifications
You must be signed in to change notification settings - Fork 773
[Bug]: Cannot "unselect" Google Analytics (Legacy UA) connector #5900
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
I have a website that had the Google Analytics (Legacy UA) connector enabled. I wanted to use the Google Tag Manager connector. I set that connection up with no problem. But then I cannot delete the Google Analytics (Legacy UA) connector - a JavaScript error results.
Steps to reproduce?
- Started with an older website that has been upgraded to DNN v9.13.1.
- Successfully added the Google Tag Manager connector.
- Failed at deleting the Google Analytics (Legacy UA) connector.
- Found a JavaScript error (see below).
- Now it looks like both the Google Analytics (Legacy UA) and Google Tag Manager connectors are enabled.
Current Behavior
JavaScript error after clicking "Delete Connection".
jquery.js?cdv=216:2 Uncaught Error: Syntax error, unrecognized expression: #connector-Google Analytics (Legacy UA)
at I.error (jquery.js?cdv=216:2:11769)
at Y (jquery.js?cdv=216:2:17234)
at re (jquery.js?cdv=216:2:20008)
at Function.I [as find] (jquery.js?cdv=216:2:7520)
at ce.fn.init.find (jquery.js?cdv=216:2:21991)
at new ce.fn.init (jquery.js?cdv=216:2:22483)
at ce (jquery.js?cdv=216:2:1077)
at saveConnection (Connectors.js?cdv=216:305:34)
at Object.save (Connectors.js?cdv=216:132:21)
at Object.action (connector.js?cdv=216:107:30)
Expected Behavior
The delete button should delete the legacy connector when clicked on.
Relevant log output
No response
Anything else?
No response
Affected Versions
9.13.0 (latest release)
What browsers are you seeing the problem on?
Firefox, Chrome, Microsoft Edge
Code of Conduct
- I agree to follow this project's Code of Conduct