Skip to content

[BUG] Having the first filter step be disabled and tied to the second step causes problems #76

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

Open
rogin opened this issue Apr 30, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@rogin
Copy link
Contributor

rogin commented Apr 30, 2025

I'm migrating popular requests from NextGen's repo. This was issue #4470

Describe the bug
If the first listed filter step is disabled and "AND"ed or "OR"ed with the second step, something bad happens (fails to deploy or bricks?). Multiple people have been bitten by this in their Prod environments.

To Reproduce

  1. Open channel source filter
  2. Disable the first step
  3. Add a second step, enabled, with an AND to the first step
  4. Save the channel and deploy it

Expected behavior
The channel deploys and the disabled step does not execute

Actual behavior
Problem occurs

Additional context
Discussion around this focused on either disabling saves with this faulty configuration, allowing the configuration but fixing the auto-generated code, or make whatever filter is the first enabled be the first filter and then and / or others that follow.

@rogin rogin added the bug Something isn't working label Apr 30, 2025
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
None yet
Development

No branches or pull requests

1 participant