When we tried to use the Website (web_site) property as a condition, smart content blocks did not render at all and there were a few console errors:

Uncaught TypeError: Cannot read property 'toLowerCase' of null

condition.demandbase.js?v=1.x:30 Demandbase tag not found.

Comments

gantal created an issue. See original summary.

  • gantal committed 693195e on 8.x-1.x
    Issue #3056996: Improved error messaging for when the tag doesn't exist...
gantal’s picture

Status: Active » Fixed

The main issue was fixed under #3057652: Add validation in condition type JS so null values return false instead of an error. The error messaging has been improved to distinguish between the Demandbase tag not being found vs. a property inside the tag not being found.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.