Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2019-06-11 09:17:56 +0000
committerNicolas FAUVERGUE2019-06-17 11:24:21 +0000
commitb7f513de85288011267f83c88389254745f03ae0 (patch)
tree14ce83f98398c88f4c484f2e2591c4a4f1ae6575 /plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleRemoveVariableValueAction.xwt
parentdb8a141122b91a248cebb7adc81af1d0fd644cc9 (diff)
downloadorg.eclipse.papyrus-b7f513de85288011267f83c88389254745f03ae0.tar.gz
org.eclipse.papyrus-b7f513de85288011267f83c88389254745f03ae0.tar.xz
org.eclipse.papyrus-b7f513de85288011267f83c88389254745f03ae0.zip
Bug 521678: [ActivityDiagram][ExecutableNode] Property "handlers" is not
accessible from the property view - Manage the 'handler' property in property view for all ExecutableNodes Change-Id: I9d3b770a031bf09ca7074ccf238288e97d906128 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleRemoveVariableValueAction.xwt')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleRemoveVariableValueAction.xwt6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleRemoveVariableValueAction.xwt b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleRemoveVariableValueAction.xwt
index 4e7941824f0..1779a52932d 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleRemoveVariableValueAction.xwt
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleRemoveVariableValueAction.xwt
@@ -46,4 +46,10 @@
<ppe:MultiReference input="{Binding}"
property="UML:Action:localPrecondition"></ppe:MultiReference>
</Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:MultiReference input="{Binding}" property="UML:ExecutableNode:handler"></ppe:MultiReference>
+ </Composite>
</Composite> \ No newline at end of file

Back to the top