-
-
Notifications
You must be signed in to change notification settings - Fork 215
[IMP] dms_field: Make change of record work #438
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
|
Hi @CarlosRoca13, |
| await this.props.rendererActions.onDMSLoad(node); | ||
| result.then((data) => { | ||
| callback.call(this, data); | ||
| console.log("DmsListRenderer: loadData", data); |
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.
Remove this.
CarlosRoca13
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.
Thanks!
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.
/ocabot merge patch
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at f1ed453. Thanks a lot for contributing to OCA. ❤️ |
I detected that it failed when we use the field inside a record and we change the record using the next or previous buttons.
The record was not refreshed properly.
This should fix it.
@CarlosRoca13