File issue14076.patch of Package FreeCAD
--- a/src/Gui/DAGView/DAGModel.cpp +++ b/src/Gui/DAGView/DAGModel.cpp @@ -305,6 +305,9 @@ // "Property name is: " << name << std::endl << // "Property type is: " << propertyIn.getTypeId().getName() << std::endl << std::endl; + if (!hasRecord(VPDObjectIn.getObject(), *graphLink)) + return; + //renaming of objects. if (std::string("Label") == name) {