422 on project edit due to header_node field #53729
Reference in New Issue
Block a user
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_typeprops I get:It looks like it's due to the
header_nodemissing?Added subscriber: @fsiddi
By actually using the brain and reading the error, it turns out that that the node referenced in
header_nodeshould 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_nodeproperty.Added subscriber: @dr.sybren