Form alterations break other modules

Created on 26 November 2024, 26 days ago

Problem/Motivation

Due to the module adding values to the form state such as "nid" without isolating them in a structure that belongs only to the conductor module breaks other module functionalities. For example the quick_node_clone module creates a duplicate of a node and for that it removes the "nid", but the "conductor" module adds it and thus when the duplicated node is build on Quick Node Clone form submission it will get the same NID as before and thus the insert into the database will fail as the entity should be saved with a new ID and not with an existing one.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany hchonov πŸ‡ͺπŸ‡ΊπŸ‡©πŸ‡ͺπŸ‡§πŸ‡¬

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024