Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2013-10-01 08:49:35 +0000
committerVincent Lorenzo2013-10-01 08:49:35 +0000
commit4c2ad083997c04307191ba7bc355ec662ef9303c (patch)
tree9679009e89417bd6495e166f56ea5fb015070482
parent3b0a2e167a404c7d7eed3319e17e27e4d59cd467 (diff)
downloadorg.eclipse.papyrus-4c2ad083997c04307191ba7bc355ec662ef9303c.tar.gz
org.eclipse.papyrus-4c2ad083997c04307191ba7bc355ec662ef9303c.tar.xz
org.eclipse.papyrus-4c2ad083997c04307191ba7bc355ec662ef9303c.zip
371690: [SysML] can not create some UML or SysML relationships
(allocate, manifestation...) https://bugs.eclipse.org/bugs/show_bug.cgi?id=371690
-rw-r--r--plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml
index dd93da09f6d..d3eeecb49ea 100644
--- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml
+++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/plugin.xml
@@ -513,7 +513,8 @@
</test>
</with>
</activeWhen></handler>
-<handler class= "org.eclipse.papyrus.uml.nattable.menu.handlers.ConnectorHandler" commandId="org.eclipse.papyrus.uml.service.types.ConnectorCreateCommand">
+ <!--desactivated because we need to be able to create Connector in some table -->>
+<!--handler class= "org.eclipse.papyrus.uml.nattable.menu.handlers.ConnectorHandler" commandId="org.eclipse.papyrus.uml.service.types.ConnectorCreateCommand">
<activeWhen>
<with
variable="selection">
@@ -522,7 +523,7 @@
value="true">
</test>
</with>
- </activeWhen></handler>
+ </activeWhen></handler-->
<handler class= "org.eclipse.papyrus.uml.nattable.menu.handlers.ConsiderIgnoreFragmentHandler" commandId="org.eclipse.papyrus.uml.service.types.ConsiderIgnoreFragmentCreateCommand">
<activeWhen>
<with

Back to the top