Jacob R
Jacob R
@Chardonneaur It appears that this was a deliberate design choice for debugging. Here's [a snippet of the code](https://github.com/matomo-org/tag-manager/blob/9af820d3622739f1a6093a5a83f8c9da8c856203/javascripts/tagmanager.js#L1452) that I found: ``` if (this.fireLimit === Tag.FIRE_LIMIT_ONCE_24HOURS && !window.mtmPreviewWindow) { //...
@Chardonneaur Sure. That looks possible. We'd just have to determine the best place to put such a setting in the UI. I went ahead and updated the description to reflect...
As far as implementation, we might be able to use the same [meetsConditions function](https://github.com/matomo-org/tag-manager/blob/5.x-dev/javascripts/tagmanager.js#L1369-L1378) that triggers use in the tag's [_doFire method](https://github.com/matomo-org/tag-manager/blob/5.x-dev/javascripts/tagmanager.js#L1436).
Hi @atom-box . Thank you for taking the time to create this issue and providing helpful screenshots. I think that's common behaviour in the system when it comes to alerts....
@atom-box the PR created to address this issue has been merged. The behaviour of notifications containing CTAs wasn't changed so that there's plenty of time to click the link. However,...
Hi @goochj03 . Thank you for taking the time to create this issue and providing good image examples. I was able to reproduce the issue and noticed an error in...
Hi @SW-Vincent . Thank you for taking the time to submit this idea for enhancement and including helpful images. I'm adding this to our backlog and letting our Product team...
Hi @pboguslawski . Thank you for taking the time to create this issue. It sounds like you are describing the designed/expected behaviour. I'll mark this issue to be reviewed by...
@rcontiuk I just tested in my local environment and when I switch to a site that only has one container and then open tag manager from the top navigation, it...
@rcontiuk We may need to have Product review the UX. However, if I understand correctly, it's behaving the way I'd expect. If I were viewing the list of available containers...