-
Notifications
You must be signed in to change notification settings - Fork 2
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
[4913][ADD] base_user_role #164
base: 16.0
Are you sure you want to change the base?
Conversation
706f87f
to
b247ebc
Compare
This part cause the tests CI failed. axls-oca/auditlog/tests/test_auditlog.py Lines 632 to 707 in 9958714
This is the reason of the issue and I am finding the way to fix. axls-oca/auditlog/tests/test_auditlog.py Line 658 in 9958714
|
I'm going to fix the CI issue. |
I checked the root cause and I found the calling write() from test cases of base_user_role is not executed from extend write() method of base_user_role and just directly calls to write() of base module if we use together with auditlog. axls-oca/auditlog/models/rule.py Line 209 in 9958714
|
4913