Skip to content

Commit 87d9fe1

Browse files
committed
Again correcting command scopes for the Export command
1 parent 48bdc38 commit 87d9fe1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ToscaDesigner/src/main/conf/module.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,9 +1050,11 @@
10501050
</Command>
10511051
<Command id="Export" label="%command.Export.label" tooltip="%command.Export.tooltip" image="res/icon/gui/export.png" modify-model="false">
10521052
<Scope metaclass="Standard.Package" stereotype="ToscaDesigner#ToscaModel"/>
1053+
<Scope metaclass="Infrastructure.ModelElement" stereotype="ToscaDesigner#TNodeType"/>
1054+
<Scope metaclass="Infrastructure.ModelElement" stereotype="ToscaDesigner#TTopologyTemplate"/>
10531055
<Handler class="fr.softeam.toscadesigner.handlers.commands.ToacaModelExport">
10541056
<HParameter name="name" value=""/>
1055-
</Handler>
1057+
</Handler>r>
10561058
</Command>
10571059
<Command id="Service_Template_Diagram" label="%command.Service_Template_Diagram.label" tooltip="%command.Service_Template_Diagram.tooltip" image="res/icon/gui/diagram/service_template_diag24.png" modify-model="true">
10581060
<Scope metaclass="Standard.Package" stereotype="ToscaDesigner#ToscaModel"/>

0 commit comments

Comments
 (0)