Actions
Bug #14185
closedClicking content view url from Dashboard -> 'Content View History' results in url redirect loop
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1315876
Description of problem:
Clicking content view url from Dashboard -> 'Content View History' results in url redirect loop
Version-Release number of selected component (if applicable):
Satellite 6.2.0-beta-snap2.1
How reproducible:
Always
Steps to Reproduce:
1. Publish and promote few content views
2. Navigate to Monitor -> Dashboard
3. Click on any content view url in `Content View History` widget
Actual results:
The url results in url redirect loop as it is trying to access:
https://$sat6host/content_views/2/versions/3
Expected results:
Perhaps the url should access https://$sat6host/content_views/2/versions/3/details which works fine without a url redirect loop
Additional info:
Actions