-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactored initialization of tracking setup (TrackingService.init()…
…) to trigger after license verification - Replaced inline license-based tracking conditions with TrackingService for consistent management of cookies and scripts - Invoked TrackingService.init() directly in LoginCtrl to ensure tracking settings are removed immediately when no user - Updated CookiePolicyModalController and cookie-consent.directive to streamline consent handling - Updated CookieConsent model to include a toJSON() method - Moved GoogleAnalyticsCookieService script management logic into TrackingService
- Loading branch information
1 parent
2759ca2
commit 869ad06
Showing
14 changed files
with
431 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 28 additions & 26 deletions
54
src/js/angular/core/directives/cookie-policy/cookie-policy-modal-controller.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.