-
Notifications
You must be signed in to change notification settings - Fork 48
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
Filter works incorrectly if fields are splitted by several log actions #115
Comments
Hm. I thought about this case. This block should do the stuff Can you investigate why it doesn’t work? |
I won't be able to review it closely today. I only remember that we had a problem with the implementation, which was somehow very different from how it was designed. Could it be that the bug is in the example repository? |
not sure, I think the bug is in the
the second option was implemented before the commit e2dac17 and I tend that was correct |
Hello, I've debugged this issue logux/examples#21 and found that there is a bug in the filters.
I can reproduce it with a simple test:
I want to fix it but I need some information on how that should work.
As I understand we need to accumulate log actions for an object until we receive the fields required for a filter.
What is the best way to achieve this?
Version: 0.21.1
The text was updated successfully, but these errors were encountered: