Change record status: 
Project: 
Introduced in branch: 
8.3.x
Introduced in version: 
8.3.0-dev
Description: 

Prior to 8.3.x, normalized representations of menu link content entities and link fields that pointed to entities used the serial ID of the entity.

This meant that deployment was not possible as the serial ID is environment specific.

#2577923: MenuLinkContent entities pointing to nodes are not deployable: LinkItem should have a "target_uuid" computed property added new normalizers for LinkItems and MenuLinkContent entities. When a link points to a content entity, the normalized output also includes the UUID of the target entity.

When denormalizing, these normalizers attempt to resolve the entity by UUID and update the URI to point to the matching entity when found.

This makes deployment of entities that contain link fields that reference content entities possible.

Impacts: 
Site builders, administrators, editors
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done
Details: 
Progress: