Skip to content
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

[FIX][BP] Use _inherit=base instead of monkeypatching #1

Merged

Conversation

nayatec
Copy link

@nayatec nayatec commented Feb 12, 2025

Hello @TB-Ph35 i had an issue on one of our project using this module because of the self.check_access_rights("read") (before reading the list_separator) from which you've removed the "raise_exception=False".
It would lead to exceptions shown to the user when before it was silent.

Doing so i also backported the better version that inherits from base.

So i wonder why you removed the "raise_exception=False".
Pls review this PR and merge if pertinent.

Copy link

@TB-Ph35 TB-Ph35 left a comment

Choose a reason for hiding this comment

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

Thanks for the commits. Sorry I miss time to backport the change.
For the raise_exception=False. I thought it wasn't necessary but I didn't think about those issue. So good to know and to add it again.

@TB-Ph35 TB-Ph35 merged commit 5b667bb into 14.0-Multisearch_field Feb 12, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants