Skip to content

Commit

Permalink
[1351] Fix Style/ConditionalStyle not applied to List Widget
Browse files Browse the repository at this point in the history
Bug: #1351
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
  • Loading branch information
AxelRICHARD authored and sbegaudeau committed Sep 13, 2022
1 parent 5524ae1 commit 38bb189
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The `label` value is displayed before the widget to be consistent with other pro
- https://github.com/eclipse-sirius/sirius-components/issues/1250[#1250] [diagram] Fix invoke tool effect hooks dependencies (to avoid evaluating the same tool result multiple times)
- https://github.com/eclipse-sirius/sirius-components/issues/1347[#1347] [form] Fix Conditional Style menu items (two menu items available instead of one)
- https://github.com/eclipse-sirius/sirius-components/issues/1349[#1349] [form] Fix Form Representation scrolling on Y axis
- https://github.com/eclipse-sirius/sirius-components/issues/1351[#1351] [form] Fix Style/ConditionalStyle not applied to List Widget

=== Improvements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ export const formRefreshedEventPayloadFragment = `
imageURL
deletable
}
style {
color
fontSize
italic
bold
underline
strikeThrough
}
}
fragment linkFields on Link {
Expand Down

0 comments on commit 38bb189

Please sign in to comment.