-
Notifications
You must be signed in to change notification settings - Fork 182
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] Remove URL query param redirectRule
on CDB Lists/Decoders
#3438
[Fix] Remove URL query param redirectRule
on CDB Lists/Decoders
#3438
Conversation
…en clicking on a list/decoder
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.
CR: ✔️
Testing: ✔️
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.
CR: LGTM ✔️
Testing: LGTM ✔️
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.
LGTM!
|
Description
Remove unnecessary URL param in
CDB Lists/Decoders
when clink to expand the details about the list/decoder.This PR removes from the URL:
Testing
For
CDB Lists
andDecoders
:section
redirectRule
query param.Rules
section the query param should appear when clicking on the table row to expand the details.Closes: #3356