Skip to content

Commit

Permalink
process review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Otten committed Jan 15, 2025
1 parent b230194 commit 639bd61
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,12 @@ Function GetRealObject(objItemOrShortcut)
objItemOrShortcut.TargetModelDefinition.AskForLoad False
' Return the TargetObject of the shortcut.
If not objItemOrShortcut.TargetObject Is Nothing Then
Set GetRealObject = objItemOrShortcut.TargetObject
End if
Set GetRealObject = objItemOrShortcut.TargetObject
Else
WriteError objectItemOrShortcut.code & " Appears to be a broken shortcut, target object could not be found in target model"
End if
Else
WriteError objectItemOrShortcut.code & " Appears to be a broken shortcut, target model could not be resolved"
End if
Else
' If the object is not a shortcut, return the passed object.
Expand Down
2 changes: 1 addition & 1 deletion decomposed/extensions/MDDE_LDM/MDDE_LDM.xem
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?PowerDesigner AppLocale="UTF16" AutoAttach="FALSE" Code="MDDE_LDM" HasExtendedMetaClass="TRUE" ID="{1626A879-DBAC-4E54-8A36-28FCB761FF3A}" LibID="{26BBDCC2-15B0-4F8B-9176-3E9D3A44E3CC}" Name="Model Driven Data Engineering - Logical Data Model Extension (MDDE)" Type="{186C8AC3-D3DC-11D3-881C-00508B03C75C}" signature="XEM_XML" version="16.7.7.7668"?>
<?PowerDesigner AppLocale="UTF16" AutoAttach="FALSE" Code="MDDE_LDM" HasExtendedMetaClass="TRUE" ID="{1626A879-DBAC-4E54-8A36-28FCB761FF3A}" LibID="{26BBDCC2-15B0-4F8B-9176-3E9D3A44E3CC}" Name="Model Driven Data Engineering - Logical Data Model Extension (MDDE)" Type="{186C8AC3-D3DC-11D3-881C-00508B03C75C}" signature="XEM_XML" version="16.6.10.6261"?>
<!-- do not edit this file -->

<EXASET xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
<a:CreationDate>1711665057</a:CreationDate>
<a:Creator>WesselsH1</a:Creator>
<a:TargetCategory.Type>1</a:TargetCategory.Type>
</o:TemplateTargetItem>
</o:TemplateTargetItem>

0 comments on commit 639bd61

Please sign in to comment.