Issue #3414174 by promo-il: Add "Bypass ad tracking" permission
3 unresolved threads
Related to #3414174
Merge request reports
Activity
221 228 protected function trackEvent(AdInterface $ad, AccountInterface $user, array $values): ?string { 222 229 $event_id = NULL; 223 230 231 if ($this->currentUser->hasPermission('bypass ad track')) { 232 return ''; added 4 commits
-
3bd86006...b392a393 - 3 commits from branch
project:11.x
- df48aec1 - Issue #3414174 by promo-il: Add "Bypass ad tracking" permission
-
3bd86006...b392a393 - 3 commits from branch
Please register or sign in to reply