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

Fixes gh-308: ability to turn off a route without removing #3026

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

usrivastava92
Copy link

@usrivastava92 usrivastava92 commented Aug 11, 2023

Hi!

I added enabled field in RouteDefinition to support disabling a route without removing it.

This change is backwards compatible as the default value of enabled field is true and getRoutes returns a filtered list of enabled routes.

Fixes #308

@usrivastava92
Copy link
Author

@spencergibb can someone plz review this PR

@spencergibb spencergibb added this to the 4.2.0-M1 milestone Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

Add ability to turn off a route without removing
3 participants