422 on project edit due to header_node field #53729
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When editing the project "Hero", for example updating some
node_type
props I get:It looks like it's due to the
header_node
missing?Added subscriber: @fsiddi
By actually using the brain and reading the error, it turns out that that the node referenced in
header_node
should exist (not be deleted). As a solution, we should make sure that when deleting a node in a project, we also check if it's used in the the projectheader_node
property.Added subscriber: @dr.sybren