-
Notifications
You must be signed in to change notification settings - Fork 71
Standalone composer fixes #6127
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
Conversation
This commit backports the `toHaveClass` and `toHaveAttribute` matchers. Task: 4724069
The content of the standalone composer was not localized. Task: 4724069
This commit adds an `invalid` indicator in the standalone composer of the calculated measure if the formula is invalid. Note that it's only in error if the compilation is invalid, we cannot evaluate there as it will be different for each row/col of the pivot. Task: 4724069
| composerContent="measure.computedBy.formula" | ||
| defaultRangeSheetId="measure.computedBy.sheetId" | ||
| contextualAutocomplete="getMeasureAutocomplete()" | ||
| invalid="isCalculatedMeasureInvalid" |
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'll let francois decide but it feels like the simple "o-invalid" doesn't draw enough attention
LucasLefevre
left a comment
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.
robodoo r+ rebase-ff
|
Merge method set to rebase and fast-forward. |
This commit backports the `toHaveClass` and `toHaveAttribute` matchers. Task: 4724069 Part-of: #6127 Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
The content of the standalone composer was not localized. Task: 4724069 Part-of: #6127 Signed-off-by: Lucas Lefèvre (lul) <[email protected]>

[FIX] pivot: add
invalidindicator for wrong calculated measureThis commit adds an
invalidindicator in the standalone composer ofthe calculated measure if the formula is invalid.
Note that it's only in error if the compilation is invalid, we cannot
evaluate there as it will be different for each row/col of the pivot.
[FIX] standalone composer: localize content
The content of the standalone composer was not localized.
[IMP] tests: add additional jest matchers
This commit backports the
toHaveClassandtoHaveAttributematchers.Task: 4724069
review checklist