Community
Participate
Working Groups
From Customer: In the template impl\diagram\commands\DeleteLinkCommand.xpt <DEFINE newDeleteReferenceLinkCommand(GenLink genLink, String DestroyReferenceRequest) FOR gmfgen::FeatureLinkModelFacet-> Should be <DEFINE newDeleteReferenceLinkCommand(gmfgen::GenLink genLink, String destroyReferenceRequest) FOR gmfgen::FeatureLinkModelFacet-> (i.e., the type of the first parameter is missing "gmfgen::" prefix) Likewise, <DEFINE newDeleteLinkWithClassCommand(GenLink genLink, String destroyElementRequest) FOR gmfgen::TypeLinkModelFacet-> Should be <DEFINE newDeleteLinkWithClassCommand(gmfgen::GenLink genLink, String destroyElementRequest) FOR gmfgen::TypeLinkModelFacet-> Without this I am unable to AROUND this defines in my custom templates
Created attachment 203780 [details] Fixes the subj
Fix pushed to both SR2 and Kepler streams