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

Add missing feature flag descriptions #4195

Merged
merged 2 commits into from
Mar 31, 2020
Merged

Add missing feature flag descriptions #4195

merged 2 commits into from
Mar 31, 2020

Conversation

nwmac
Copy link
Contributor

@nwmac nwmac commented Mar 30, 2020

Fixes #4188

This PR:

  • Adds descriptions for missing feature flags
  • Uses a link to the CF docs if a feature flag does not have a description

@nwmac nwmac self-assigned this Mar 30, 2020
@@ -283,7 +285,8 @@ const cfListCards: Type<CardCell<any>>[] = [
EventMetadataComponent,
...cfListTableCells,
...cfListCards,
ServiceInstanceLastOpComponent
ServiceInstanceLastOpComponent,
TableCellFeatureFlagDescriptionComponent
Copy link
Contributor

Choose a reason for hiding this comment

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

Not a biggy, table cells should go in cfListCards above, this helps tests.

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

Successfully merging this pull request may close these issues.

Update Feature Flags with new entries
2 participants