You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- https://github.com/eclipse-syson/syson/issues/1398[#1398] [explorer] Fix an issue where a d'n'd of an `Element` in a diagram exposed the `Element` twice in the `ViewUsage` associated to the diagram.
Copy file name to clipboardExpand all lines: backend/application/syson-application/src/test/java/org/eclipse/syson/application/controllers/diagrams/general/view/GVDropFromExplorerTests.java
Copy file name to clipboardExpand all lines: backend/application/syson-application/src/test/java/org/eclipse/syson/application/data/GeneralViewAddExistingElementsTestProjectData.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ public static final class SemanticIds {
Copy file name to clipboardExpand all lines: backend/application/syson-application/src/test/java/org/eclipse/syson/tree/explorer/view/handlers/DropTreeItemHandlerTest.java
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,9 @@ public void beforeEach() {
80
80
this.givenInitialServerState.initialize();
81
81
}
82
82
83
-
@DisplayName("Given the simple project, when drag an dropping a part definition on a package, then the part definition should be moved under the Package.")
Copy file name to clipboardExpand all lines: backend/views/syson-diagram-common-view/src/main/java/org/eclipse/syson/diagram/common/view/services/ViewToolService.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -392,7 +392,6 @@ public Element dropElementFromExplorer(Element element, IEditingContext editingC
Copy file name to clipboardExpand all lines: doc/content/modules/user-manual/pages/release-notes/2025.8.0.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@
14
14
15
15
== Bug fixes
16
16
17
-
- Fix an issue that made the _Expand All_ tool not work consistently in SysON _Explorer_ view
17
+
- Fix an issue that made the _Expand All_ tool not work consistently in SysON _Explorer_ view.
18
+
- Fix an issue where a d'n'd of an `Element` from the _Explorer_ view to a diagram exposed the `Element` twice in the `ViewUsage` associated to the diagram.
0 commit comments