-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
[16.0][IMP] edi_oca: Don't run quick_exec if backend is not active #90
[16.0][IMP] edi_oca: Don't run quick_exec if backend is not active #90
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.
LG, thanks!
Would you mind porting to 15 and 14 if you have time 🙏 ?
@HviorForgeFlow that's a fix tho 😉 |
This PR has the |
6abea97
to
3b019fa
Compare
@simahawk now it's a fix. Also: v12: OCA/edi#998 |
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
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 287aa82. Thanks a lot for contributing to OCA. ❤️ |
Deactivating the backend temporarily disables certain exchange services.
Currently, quick execution does not check whether the backend is active. This PR adds an additional check to ensure that quick_exec is only run when the backend is active.
CC @ForgeFlow