Problem/Motivation
When the recurring_events_eventseries_update() method re-saves all event series instances, it doesn't load the entity language, which causes translation issues.
Steps to reproduce
- Add additional language to the website.
- Create a pathauto for the event instances, which will include a field from the event series(via field_inheritance)
- Create an Event series with event instances.
- Validate the new path for the event instance.
- Update the event series translation.
- Observe that the event instance didn't update the path.
Proposed resolution
Load the language for the event instance on event series update.
Issue fork recurring_events-3522964
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
alt.dev commented