-
Notifications
You must be signed in to change notification settings - Fork 249
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
[17.0][FIX] fieldservice-geoengine: Fix geoengine view filter #1325
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.
LGTM
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.
LGTM, tested in runboat and code review
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.
Reviewed, LGTM
This PR has the |
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.
LGTM, tested in runboat
f91b668
to
0ddbc08
Compare
The filter of geoengine view of orders was throwing an error because 'display_name' was not found in the items, and was not showing the orders. This happened because the 'display_name' field was not included in the view.
eff70aa
to
445a3c6
Compare
@max3903 is this ready to merge? |
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
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 627821b. Thanks a lot for contributing to OCA. ❤️ |
The filter of geoengine view of orders was throwing an error because 'display_name' was not found in the items, and was not showing the orders. This happened because the 'display_name' field was not included in the view.
Errors:
Not showing current orders:

Error when trying to filter:

cc https://github.com/APSL 167441
@miquelalzanillas @lbarry-apsl @mpascuall @peluko00 @javierobcn @ppyczko please review