Skip to content

Conversation

@SilvioC2C
Copy link
Contributor

Forward-port of #80

Also includes renaming usages of params to querystring_params

@OCA-git-bot
Copy link
Contributor

Hi @simahawk,
some modules you are maintaining are being modified, check this out!

@SilvioC2C
Copy link
Contributor Author

NB: tests are failing for reasons unrelated to these commits

SilvioC2C added a commit to camptocamp/edi-framework that referenced this pull request Sep 22, 2025
Copy link
Contributor

@simahawk simahawk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we have a test update?

handler = self_with_user._get_handler()
try:
res = handler(request)
# In case the handler does not support params
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would simply let it fail. Or if you really want you can catch a TypeError and log it. But I would just let it break. Beside, I doubt anyone did ever implement a different handler :)

@SilvioC2C
Copy link
Contributor Author

@simahawk would it be better to make a commit in the v14 PR and port it here, or would suggest a commit here for simplicity?

@simahawk
Copy link
Contributor

simahawk commented Dec 9, 2025

we can backport it later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants