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

fix(interface-breadcrumb): Disable linked events #28939

Merged
merged 3 commits into from
Sep 29, 2021

Conversation

priscilawebdev
Copy link
Member

@priscilawebdev priscilawebdev commented Sep 29, 2021

created feature flag organizations:breadcrumb-linked-event so we can disable this feature now and only enable it when a new endpoint is created

@priscilawebdev priscilawebdev requested a review from a team as a code owner September 29, 2021 09:05
@priscilawebdev priscilawebdev requested a review from a team September 29, 2021 09:07
@@ -57,6 +57,7 @@
default_manager.add("organizations:api-keys", OrganizationFeature)
default_manager.add("organizations:app-store-connect-multiple", OrganizationFeature, False)
default_manager.add("organizations:boolean-search", OrganizationFeature)
default_manager.add("organizations:breadcrumb-linked-event", OrganizationFeature, False)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want the third argument to be False or is that just a leftover from copy-paste?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy and paste... thanks

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

Successfully merging this pull request may close these issues.

2 participants