Problem/Motivation
Whenever I try and build the sitemap for the first time, I always hit this error:
InvalidArgumentException: Field changed is unknown. in Drupal\Core\Entity\ContentEntityBase->getTranslatedField()
because of this building the site map always fails.
Proposed resolution
Figure out why the module is looking for a changed
field on an entity that doesn't have that field.
Remaining tasks
- Write Patch
User interface changes
None.
API changes
None.
Data model changes
None.