City-of-Bloomington / drupal-theme-cob

COB Theme for the drupal website
https://bloomington.in.gov
GNU Affero General Public License v3.0
2 stars 1 forks source link

The custom calendar code for boards doesn't check for empty committee_id #162

Closed inghamn closed 5 years ago

inghamn commented 5 years ago

Not all board pages we've created in Drupal have a committee_id in OnBoard. The onboard module does not account for that. We need to check for a committee_id value before attempting to do stuff.

Uncaught PHP Exception GuzzleHttp\Exception\ClientException: "Client error: GET https://bloomington.in.gov/onboard/committees/members?format=json;committee_id= resulted in a 404 Not Found response"

inghamn commented 5 years ago

This is the cause of: https://github.com/City-of-Bloomington/drupal-module-onboard/issues/31