PHP Error when saving Featured Event nodes #16882
Labels
Defect
Something isn't working (issue type)
Drupal engineering
CMS team practice area
Public Websites
Scrum team in the Sitewide crew
sitewide
Description
Error: Call to a member function getValue() on null in Drupal\va_gov_content_types\Entity\Event->addToNationalOutreachCalendar()
When saving some nodes (eg: node/64741/edit), an error is thrown:
Originally reported via Slack.
Engineering notes / background
It appears in some cases the field
field_publish_to_outreach_cal
has no value, and so calling first() on null is returning the error.Acceptance criteria
The text was updated successfully, but these errors were encountered: