-
Notifications
You must be signed in to change notification settings - Fork 14
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
feature flag audit logs UI changes #1902
feature flag audit logs UI changes #1902
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The view breaks for Include all status update log
|
||
export { EXPERIMENT_LOG_TYPE, SERVER_ERROR }; | ||
export { EXPERIMENT_LOG_TYPE, SERVER_ERROR, FEATURE_FLAG_LIST_OPERATION }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This export doesn't make sense directly import from where it si needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yagnik56 can you remove the export from here.
This PR contains all the changes for feature flag audit logs to show them in UI.
BugFix
This also fixes the issue of segment deletion failing in exclusion list.