Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2018-11-09 15:11:43 +0000
committerNicolas FAUVERGUE2018-11-12 09:20:56 +0000
commit67ef742e9b4e87e458d6024a366d682951ee870a (patch)
tree9e874c2fa9390fe8d02e655365a1f70253c6aeab /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml
parent2dd5ffbff80f4d6c903a812301479b786507e81f (diff)
downloadorg.eclipse.papyrus-67ef742e9b4e87e458d6024a366d682951ee870a.tar.gz
org.eclipse.papyrus-67ef742e9b4e87e458d6024a366d682951ee870a.tar.xz
org.eclipse.papyrus-67ef742e9b4e87e458d6024a366d682951ee870a.zip
Bug 519381: [Table] Changing Display label value from the property view
doesn't work properly https://bugs.eclipse.org/bugs/show_bug.cgi?id=519381 - Override the execute method in the RowDisplayLabelHeaderHandler to hide/show the row label column of tree table via the context menu - Add a new method postDoSetValue in the AbstractRowHeaderAxisConfigurationObservableValue - Handle the RowDisplayLabelHeaderObservableValue to hide/show the row label column of tree table via the properties view - Update version of plugins Change-Id: I4213183e39011d5276fa566d742306d4f0224d0e Signed-off-by: Thanh Liem PHAN <thanhliem.phan@all4tec.net> Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml
index ccb16d47e67..df9bfafd409 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml
@@ -8,6 +8,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.infra.nattable</artifactId>
- <version>6.0.100-SNAPSHOT</version>
+ <version>6.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project> \ No newline at end of file

Back to the top