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/SingleCallAction.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/SingleCallAction.xwt')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleCallAction.xwt9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleCallAction.xwt b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleCallAction.xwt
index 492e8a206d3..5b8ded55e5a 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleCallAction.xwt
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/SingleCallAction.xwt
@@ -40,9 +40,16 @@
<ppe:MultiReference input="{Binding}"
property="UML:InvocationAction:argument"></ppe:MultiReference>
<ppe:MultiReference input="{Binding}"
+ property="UML:CallAction:result"></ppe:MultiReference>
+ <ppe:MultiReference input="{Binding}"
property="UML:Action:localPostcondition"></ppe:MultiReference>
<ppe:MultiReference input="{Binding}"
property="UML:Action:localPrecondition"></ppe:MultiReference>
- <ppe:MultiReference input="{Binding}" property="UML:CallAction:result"></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