If an entity is in a workspace, the `workspace` field is not exported

Created on 8 May 2024, 12 months ago
Updated 9 May 2024, 12 months ago

Problem/Motivation

If you're using Workspaces, an entity's workspace field will not be exported. This kind of sucks, because it's impossible to export a set of content in a workspace, or across a set of workspaces.

The reason the field is skipped is because the workspace field is internal, and \Drupal\Core\TypedData\TypedDataInternalPropertiesHelper::getNonInternalProperties() specifically skips internal properties.

Proposed resolution

Consider making a special exception for the workspace field, and allow it to be exported despite being internal.

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States phenaproxima Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024