New transition is not properly created in 8.x-1.8

Created on 20 February 2025, about 1 month ago

Problem/Motivation

In version 8.x-1.8, when trying to save a new transition, the state change does not happen.

Steps to reproduce

Proposed resolution

The workflow data in the node edit page is stored in an array:
$element[$attribute_name]['widget'][0][$attribute_key]
But when submitting that page, the data is stored without the array:
$element[$attribute_name]['widget'][$attribute_key]

The reason is yet unknown, but the code does not handle this properly.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.8

Component

Code

Created by

🇳🇱Netherlands johnv

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

Comments & Activities

Production build 0.71.5 2024