- Issue created by @Kristen Pol
- Status changed to Postponed
7 months ago 7:19pm 8 September 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
For now, I've commented it out to reduce the noise. Postponing to later for figuring out how to fix properly.
diff --git a/components/03-organisms/alert/alert.js b/components/03-organisms/alert/alert.js index da30b7a..952a00c 100644 --- a/components/03-organisms/alert/alert.js +++ b/components/03-organisms/alert/alert.js @@ -15,7 +15,9 @@ function CivicThemeAlert(el) { } this.container = el; - this.endpoint = this.container.getAttribute('data-alert-endpoint'); + // @fixme comment out for now to prevent 404 errors. + //this.endpoint = this.container.getAttribute('data-alert-endpoint'); + this.endpoint = null; if (this.endpoint !== null) { this.getAll(); }
- Status changed to Active
7 months ago 9:53pm 9 September 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Still getting this. I'll remove the view for now. This can be addressed properly later.
-
kristen pol β
committed c49310de on 1.0.x
Resolve #3472691 "Get rid of"
-
kristen pol β
committed c49310de on 1.0.x
- Status changed to Fixed
7 months ago 10:11pm 9 September 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Sitebuilding changes will be addressed here:
π [META] Determine SDDS sitebuilding approach with XB and Drupal CMS Postponed
-
kristen pol β
committed c49310de on feature/slots
Resolve #3472691 "Get rid of"
-
kristen pol β
committed c49310de on feature/slots
Automatically closed - issue fixed for 2 weeks with no activity.