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
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ Stakeholders are by default represented with a dedicated graphical node connecte
68
68
- https://github.com/eclipse-syson/syson/issues/2122[#2122] [diagrams] Leverage the latest change of the selection dialog to allow creating a `Subject` graphical node without specialization.
69
69
- https://github.com/eclipse-syson/syson/issues/2129[#2129] [diagrams] Leverage the latest change of the selection dialog to allow creating a `FlowUsage` from a `ConnectionUsage` without selection a `PayloadFeature`
70
70
- https://github.com/eclipse-syson/syson/issues/2105[#2105] [explorer] In the _Explorer_ view, `Expression` elements now display their full textual representation.
71
+
- https://github.com/eclipse-syson/syson/issues/2137[#2137] [diagrams] Merge the two objective creation tools into a single tool, leveraging the updated selection dialog.
Copy file name to clipboardExpand all lines: backend/application/syson-application/src/test/java/org/eclipse/syson/application/controllers/diagrams/general/view/GVObjectiveDocumentationTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@
55
55
importreactor.test.StepVerifier;
56
56
57
57
/**
58
-
* Objective compartment related tests.
58
+
* Objective documentation compartment related tests.
Copy file name to clipboardExpand all lines: backend/application/syson-application/src/test/java/org/eclipse/syson/application/controllers/diagrams/general/view/GVObjectiveTests.java
Copy file name to clipboardExpand all lines: backend/application/syson-application/src/test/resources/scripts/database-content/GeneralView-IncludeUseCaseUsage.sql
Copy file name to clipboardExpand all lines: backend/views/syson-diagram-common-view/src/main/java/org/eclipse/syson/diagram/common/view/tools/ObjectiveRequirementCompartmentNodeToolProvider.java
.noSelectionActionLabelExpression("Create a new objective")
51
+
.noSelectionActionDescriptionExpression("Create a new objective without specialization")
52
+
.withSelectionActionLabelExpression("Select an existing Element as objective")
53
+
.withSelectionActionDescriptionExpression("Create a new specialized objective")
54
+
.noSelectionActionStatusMessageExpression("It will create a new objective without specialization")
55
+
.selectionRequiredWithoutSelectionStatusMessageExpression("Select one Element to specialize the new objective")
56
+
.selectionRequiredWithSelectionStatusMessageExpression(AQLConstants.AQL + "'It will create an objective specialized with ' + selectedObjects->first().name")
Copy file name to clipboardExpand all lines: backend/views/syson-diagram-common-view/src/main/java/org/eclipse/syson/diagram/common/view/tools/ObjectiveRequirementWithBaseRequirementCompartmentNodeToolProvider.java
Copy file name to clipboardExpand all lines: backend/views/syson-standard-diagrams-view/src/main/java/org/eclipse/syson/standard/diagrams/view/nodes/CaseDefinitionObjectiveRequirementCompartmentNodeDescriptionProvider.java
Copy file name to clipboardExpand all lines: backend/views/syson-standard-diagrams-view/src/main/java/org/eclipse/syson/standard/diagrams/view/nodes/CaseUsageObjectiveRequirementCompartmentNodeDescriptionProvider.java
Copy file name to clipboardExpand all lines: backend/views/syson-standard-diagrams-view/src/main/java/org/eclipse/syson/standard/diagrams/view/services/SDVNodeToolSectionSwitch.java
0 commit comments