From 9b2ae9443c3d33e715151214d9afb2c40b766d80 Mon Sep 17 00:00:00 2001 From: david schoene Date: Fri, 12 Jun 2026 09:08:28 +0200 Subject: [PATCH] #2385 fix seeddata in dim again --- .../DIM/BExIS.Modules.Dim.UI/Helpers/DimSeedDataGenerator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Console/BExIS.Web.Shell/Areas/DIM/BExIS.Modules.Dim.UI/Helpers/DimSeedDataGenerator.cs b/Console/BExIS.Web.Shell/Areas/DIM/BExIS.Modules.Dim.UI/Helpers/DimSeedDataGenerator.cs index 0efbd9665..9a9736586 100644 --- a/Console/BExIS.Web.Shell/Areas/DIM/BExIS.Modules.Dim.UI/Helpers/DimSeedDataGenerator.cs +++ b/Console/BExIS.Web.Shell/Areas/DIM/BExIS.Modules.Dim.UI/Helpers/DimSeedDataGenerator.cs @@ -2509,8 +2509,8 @@ private void createPartyTypeMappings() complexUsages.Add("Metadata/creator/agentType/individualName"); complexUsages.Add("Metadata/metadataProvider/agentType/individualName"); complexUsages.Add("Metadata/associatedParty/agentWithRoleType/individualName"); - complexUsages.Add("Metadata/contact/contactType/individualName"); - complexUsages.Add("Metadata/project/projectType/personnel/agentWithRoleType/individualName"); + complexUsages.Add("Metadata/contact/agentType/individualName"); + //complexUsages.Add("Metadata/project/projectXmlSchemaComplexType/personnel/agentWithRoleType/individualName"); foreach (var complexUsage in complexUsages) {