Removed an unused/broken module from Traffic Portal#3636
Removed an unused/broken module from Traffic Portal#3636mitchell852 merged 2 commits intoapache:masterfrom
Conversation
8839ba8 to
4705a9d
Compare
|
Refer to this link for build results (access rights to CI server needed): |
|
So today we can go to a cachegroup and view the parameters associated to that cachegroup. Was this stuff just meant to be the reverse of that -- going to a parameter and viewing the cachegroups associated to it? I just want to make sure this doesn't remove the ability to go to a cachegroup and view the parameters associated to it, because that functionality is definitely in use. |
|
Yeah, the controller responsible for that would be the Of course, that assertion should be tested by both me and the reviewer. I'm pretty sure I did. |
|
Refer to this link for build results (access rights to CI server needed): |
|
yes, i guess i never got around to allowing the user to view cachegroups assigned to a parameter but you can view parameters assigned to a cache group. |
What does this PR (Pull Request) do?
Removes a module from Traffic Portal that relies on an endpoint that doesn't exist
Which Traffic Control components are affected by this PR?
Traffic Portal dependencies are not individually documented, and so no documentation changes are necessary.
What is the best way to verify this PR?
No functionality should have changed (except that errors will now be logged instead of ignored in many cases), so the existing tests should all pass.
Jeremy: actually, the only way to truly verify that the functionality did not change is to:
The following criteria are ALL met by this PR