Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Porhel2022-09-01 14:47:05 +0000
committerLaurent Redor2022-09-22 15:47:17 +0000
commit9b1f49c04fc6efe507176e966048e7613ff1570c (patch)
treed424671119eab955737bc4344866e78daaf78ceb /plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
parent0d64ef8957196395a3e89eef8bb0d628249281d4 (diff)
downloadorg.eclipse.sirius-9b1f49c04fc6efe507176e966048e7613ff1570c.tar.gz
org.eclipse.sirius-9b1f49c04fc6efe507176e966048e7613ff1570c.tar.xz
org.eclipse.sirius-9b1f49c04fc6efe507176e966048e7613ff1570c.zip
[580691] Avoid duplicated tasks for Delete from Model without tool
This commit has no effect of added tests. They are already OK with the previous commit. But as explained in the issue, if we observe in debug the number of DeleteEObjectTask executed in the command, there are potential "duplicates" (two DeleteEObjectTask that delete the same DEdge). This commit resolves this "problem". Bug: 580691 Change-Id: Ib7e4dcfcbf6cc3f800d242563bb05d639162c9c5 Signed-off-by: Maxime Porhel <maxime.porhel@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile')
-rw-r--r--plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
index 868d794843..be8a8cf69a 100644
--- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
+++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile
@@ -10,6 +10,12 @@ h3. User-Visible Changes
In a tree editor, if the expand is done with the right arrow key, the behavior is now OK. Before this version, if the expand is done for the first time with the right arrow key, only a blank child is displayed. You can refer to "bugzilla 549352":https://bugs.eclipse.org/bugs/show_bug.cgi?id=549352 for more details.
+h3. Developer-Visible Changes
+
+h4. Changes in @org.eclipse.sirius@
+
+* <span class="label label-success">Added</span> The method @org.eclipse.sirius.business.api.helper.task.DeleteEObjectTask.getEObjectToDelete()@ has been added to get the EObject that will be deleted by this task.
+
h2(#sirius7.0.4). Changes in Sirius 7.0.4
h3. User-Visible Changes

Back to the top