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

dynamic filters not translating condition #3314

Open
4 of 11 tasks
pjmuller opened this issue Oct 8, 2024 · 0 comments
Open
4 of 11 tasks

dynamic filters not translating condition #3314

pjmuller opened this issue Oct 8, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working

Comments

@pjmuller
Copy link

pjmuller commented Oct 8, 2024

Describe the bug

See screenshot

Screenshot 2024-10-08 at 14 01 53

You are showing the condition KEY i.s.o. the label

Models and resource files

def filters
  filter :foobar, type: "text",
          conditions: {
            contains: "Bevat",
          }.invert,
         # ....
end

System configuration

Avo version: 3.13.1

Rails version: 7.2.1

Ruby version: 3.2.2

License type:

  • Community
  • Pro
  • Advanced

Are you using Avo monkey patches, overriding views or view components?

  • Yes. If so, please post code samples.
  • No

Impact

  • High impact (It makes my app un-usable.)
  • Medium impact (I'm annoyed, but I'll live.)
  • Low impact (It's really a tiny thing that I could live with.)

Urgency

  • High urgency (I can't continue development without it.)
  • Medium urgency (I found a workaround, but I'd love to have it fixed.)
  • Low urgency (It can wait. I just wanted you to know about it.)
@Paul-Bob Paul-Bob added the Bug Something isn't working label Oct 8, 2024
@Paul-Bob Paul-Bob self-assigned this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: To Do
Development

No branches or pull requests

2 participants