-
Notifications
You must be signed in to change notification settings - Fork 344
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
Bugfix/compare profile page #7885
Bugfix/compare profile page #7885
Conversation
Fixed get profiles to return list of asscoaited parameters to a profile.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #7885 +/- ##
============================================
+ Coverage 28.87% 31.81% +2.93%
Complexity 98 98
============================================
Files 602 719 +117
Lines 77355 82729 +5374
Branches 90 970 +880
============================================
+ Hits 22339 26319 +3980
- Misses 52925 54247 +1322
- Partials 2091 2163 +72
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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, just waiting for the tp integration tests to pass.
* Fixed Compare Profiles Page Issue Fixed get profiles to return list of asscoaited parameters to a profile. * Updated changelog * using a defined constant instead of hard coded value (cherry picked from commit 83556e8)
Compare Profile Page isn't working in TP. This PR fixes the same.
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
Login to TP, Click on Configure -> Profiles -> More -> Compare Profiles.
Select any two profiles and hit comapare.
Without this fix, the below page will not appear and the user is redirected to profile page (list of profiles in Table)
Wit this fix, the user will see the below page
If this is a bugfix, which Traffic Control versions contained the bug?
7.1.0
PR submission checklist