-
Notifications
You must be signed in to change notification settings - Fork 43
[1244] Make LibraryPackage's isStandard checkbox read-only #1286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1244] Make LibraryPackage's isStandard checkbox read-only #1286
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will handle the comments myself, rebase and merge the PR, thank you.
CHANGELOG.adoc
Outdated
@@ -35,6 +35,8 @@ When end-users click on _New Object_ on a semantic element, and select a `ViewUs | |||
- https://github.com/eclipse-syson/syson/issues/1255[#1255] [general-view] Improve label of `TransitionUsage` to display the "AcceptParameterPart". | |||
- https://github.com/eclipse-syson/syson/issues/1210[#1210] general-view] Add the `parameters` compartment on `ActionDefinition` in the _General View_ diagram. | |||
- https://github.com/eclipse-syson/syson/issues/1267[#1267] [general-view] Improve the New Perform tool selection dialog to display existing actions in a tree. | |||
- https://github.com/eclipse-syson/syson/issues/1244[#1244] [details] Make LibraryPackage's `isStandard` checkbox read-only in the details view. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make LibraryPackage's isStandard
checkbox read-only in the details view. => Make LibraryPackage
's isStandard
checkbox read-only in the Details view.
@@ -181,6 +181,8 @@ image::StateTransitionUsageLabels.png[TransitionUsage labels] | |||
image::release-notes-GV-actionDefinition-parameters.png[Parameters compartment on ActionDefinition] | |||
|
|||
- In the _General View_ diagram, the selection dialog to reference an existing `Action` when creating a new `Perform Action` has been improved to present those `Actions` in a hierarchical way. | |||
- Make LibraryPackage's `isStandard` checkbox read-only in the details view. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make LibraryPackage's isStandard
checkbox read-only in the details view. => Make LibraryPackage's isStandard
checkbox read-only in the details view. => Make LibraryPackage
's isStandard
checkbox read-only in the Details view.
Bug: #1244 Signed-off-by: Gwendal Daniel <gwendal.daniel@obeosoft.com>
50846f2
to
e95fefc
Compare
This PR makes LibraryPackage's
isStandard
checkbox read-only in the details view. The issue originally proposes to remove the checkbox, but I think it provide relevant information to the end user.Making it read-only let the user get the information while enforcing the fact that SysON does not support non-SysML, non-KerML standard libraries.
Note that the PR does not address the question of the textual import of a standard library package.
Fixes #1244
PLEASE READ ALL ITEMS AND CHECK ONLY RELEVANT CHECKBOXES BELOW
Project management
priority:
andpr:
labels been added to the pull request? (In case of doubt, start with the labelspriority: low
andpr: to review later
)area:
,type:
)Changelog and release notes
CHANGELOG.adoc
+doc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
been updated to reference the relevant issues?CHANGELOG.adoc
+doc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
?doc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
?Key highlights
section indoc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
?CHANGELOG.adoc
+doc/content/modules/user-manual/pages/release-notes/YYYY.MM.0.adoc
?Documentation
Tests