Skip to content

Commit de47bbf

Browse files
committed
Bug fixing in TNodeTemplate.hbs
1 parent 71e70b7 commit de47bbf

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

ToscaDesigner/src/main/resources/fr/softeam/templates/TNodeTemplate.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{#unless (noStereotypeApplications this "RequirementsType")}}requirements:{{/unless}}
1212
{{#each ../ownedElement}}{{#extension}}{{#eq name "RequirementsType"}}{{#each ../ownedElement}}{{#extension}}{{#eq name "TRequirement"}}
1313
- {{../name}}:
14-
node: {{getProperty ../this "node"}}{{/if}}
14+
node: {{getProperty ../this "node"}}
1515
relationship: {{relationship}}
1616
capability: {{getProperty ../this "capability"}}
1717
{{#unless (noStereotypeApplications this "TPropertyDef")}}properties:{{/unless}}
61.1 KB
Binary file not shown.
61.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)