From ad1e6e88acfec0303d108d506ce730ca097b3f4b Mon Sep 17 00:00:00 2001 From: OlgunR Date: Mon, 13 Apr 2026 16:32:30 +0200 Subject: [PATCH] Change oRelProperties type to Object in two methods Changed oRelProperties from WMObjectRelationClass to Object in two methods of ClassWindream_allgemein, affecting both object type and folder type handling. No other logic was modified. --- ToolCollection/ClassWindream_allgemein.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ToolCollection/ClassWindream_allgemein.vb b/ToolCollection/ClassWindream_allgemein.vb index 11027af..b298f4c 100644 --- a/ToolCollection/ClassWindream_allgemein.vb +++ b/ToolCollection/ClassWindream_allgemein.vb @@ -361,7 +361,7 @@ Public Class ClassWindream_allgemein Dim oIndexAttributes As WMObjectRelation Dim oIndexAttribute As WMObject Dim oIndex As WMObject - Dim oRelProperties As WMObjectRelationClass + Dim oRelProperties As Object ' den Objekttyp laden oObjectType = Me.oWMSession.GetWMObjectByName(WMEntityObjectType, name) @@ -419,7 +419,7 @@ Public Class ClassWindream_allgemein Dim oIndexAttributes As WMObjectRelation Dim oIndexAttribute As WMObject Dim oIndex As WMObject - Dim oRelProperties As WMObjectRelationClass + Dim oRelProperties As Object For Each OrdnerType In Me.oOrdnerTypen If OrdnerType.aName = Ordnertyp Then oOrdnerType = OrdnerType