Workflow transition config migration plugin provides roles as a serialized array string

Created on 22 February 2024, about 1 year ago
Updated 15 March 2024, 11 months ago

Problem/Motivation

When migrating workflow transition configs, the 'roles' field is output as a serialized array (string). This complicates migrations, as the `entity:workflow_config_transition` destination is expecting a list of roles. The serialized array is made up on role IDs, which will generally need to be mapped to machine names in modern versions of Drupal.

Proposed resolution

Unserialize the array or roles in `d7_workflow_config_transition`

Remaining tasks

Roll a patch

User interface changes

N/A

API changes

N/A

Data model changes

N/A

🐛 Bug report
Status

Fixed

Version

1.7

Component

Code

Created by

🇨🇦Canada ergonlogic Montréal, Québec 🇨🇦

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

Comments & Activities

Production build 0.71.5 2024