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

Quick hack for multi select filters #218

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Quick hack for multi select filters #218

wants to merge 6 commits into from

Conversation

msp
Copy link

@msp msp commented Sep 17, 2021

For reference in case someone else needs it!

It also cherry-picks the commit from #215

BlueHotDog and others added 6 commits September 17, 2021 14:54
Example:

```
      last_panel_date: %{
        name: "Last Panel [<= date]",
        value: fn u ->
          Utils.datetime_format(u.last_panel_date)
        end,
        filters: [],
        filter_type: :date,
        filter_operator: :ltoe
      }
```
This feature is company specific with some hard coded values so can't be integrated upstream as-is.
@ghenry
Copy link
Collaborator

ghenry commented Apr 12, 2023

Hi,

Would you be so kind as to do this again to the master branch?

Thanks,
Gavin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants