odoo icon indicating copy to clipboard operation
odoo copied to clipboard

[FW][FIX] spreadsheet: missing context in navigateTo

Open fw-bot opened this issue 1 year ago • 2 comments

Description:

navigateTo helper function in helpers.js was not passing the context to the action.

This commit resolves the problem by ensuring the context is properly passed to the action.

task-3880304


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: odoo/odoo#164872

fw-bot avatar Jul 02 '24 08:07 fw-bot

Pull request status dashboard

robodoo avatar Jul 02 '24 08:07 robodoo

@dhrp-odoo @LucasLefevre cherrypicking of pull request odoo/odoo#164872 failed.

stdout:

Auto-merging addons/spreadsheet/static/src/list/list_actions.js
Auto-merging addons/spreadsheet/static/src/pivot/pivot_actions.js
CONFLICT (content): Merge conflict in addons/spreadsheet/static/src/pivot/pivot_actions.js
Auto-merging addons/spreadsheet/static/tests/pivots/pivot_see_records_test.js
CONFLICT (content): Merge conflict in addons/spreadsheet/static/tests/pivots/pivot_see_records_test.js

stderr:

10:50:52.518387 git.c:463               trace: built-in: git cherry-pick 7f4f21f28ad06c8569b94853be1470b430a4dc4f --strategy ort
error: could not apply 7f4f21f28ad0... [FIX] spreadsheet: missing context in action service
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
----------
status:

Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?).

In the former case, you may want to edit this PR message as well.

:warning: after resolving this conflict, you will need to merge it via @robodoo.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

fw-bot avatar Jul 02 '24 08:07 fw-bot

@LucasLefevre, Conflicts have been resolved. We can proceed with this PR now. :)

dhrp-odoo avatar Jul 02 '24 11:07 dhrp-odoo