-
-
Notifications
You must be signed in to change notification settings - Fork 72
[16.0][FIX] spreadsheet_oca: add raiseError function to SpreadsheetRenderer and fix pre-commit complaints #87
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
|
@chrisandrewmann could you review this? |
Thanks, will try and look on Monday. In the meantime it looks like you forgot to mention the version number in the title? |
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.
Looks good to me, brief test of raising error by merging cells and trying to apply a filter correctly causes error dialog to be shown as intended. @rrebollo
3ccef6e to
f81458d
Compare
spreadsheet_oca/static/src/spreadsheet/bundle/spreadsheet_renderer.esm.js
Outdated
Show resolved
Hide resolved
… and fix pre-commit complaints
8ed521b to
a98ceb4
Compare
pedrobaeza
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.
As being the same as 17. Only 18 left.
/ocabot merge patch
|
On my way to merge this fine PR! |
|
This PR has the |
|
Congratulations, your PR was merged at 2914380. Thanks a lot for contributing to OCA. ❤️ |
|
@pedrobaeza according to @chrisandrewmann tests 18.0 is not being affected by this. |
Fixes #85 and some pre-commit complaints
@BinhexTeam