Bug #22638
closedContent view repository List/Remove page is the same as Add page
Description
After update to katello-3.5.1-1.el7 one of content views shows incorrect list of YUM repositories. Specifically, if I go to
Content->Content Views->Fedora 27 Server->Yum Content->Repositories->List/Remove page
it does not show the correct list of included repositories, it shows instead the same list as Add page (not included repositories). Screenshots of both pages attached.
Hammer prints a list of repositories that seems OK (attached). Postgresql tables look also OK.
Production log (attached) for List/Remove and Add pages contains different browser URLs, as expected, but the same API requests .
List/Remove - https://sat01.example.com/content_views/2/repositories/yum?page=1&per_page=100GET "/katello/api/v2/repositories?available_for=content_view&content_type=yum&content_view_id=2&full_result=true&library=true&organization_id=1&page=1&paged=true&per_page=100&search="
Add - https://sat01.example.com/content_views/2/repositories/yum/available?page=1&per_page=100GET "/katello/api/v2/repositories?available_for=content_view&content_type=yum&content_view_id=2&full_result=true&library=true&organization_id=1&page=1&paged=true&per_page=100&search="
Note that other content views are shown correctly. For example, content_view_id 4, List/Remove and Add API request
GET "/katello/api/v2/repositories?content_type=yum&content_view_id=4&full_result=true&organization_id=1&page=1&paged=true&per_page=100&search="
GET "/katello/api/v2/repositories?available_for=content_view&content_type=yum&content_view_id=4&full_result=true&library=true&organization_id=1&page=1&paged=true&per_page=100&search="
Files
Updated by hack apps over 6 years ago
- Subject changed from Content view repository List/Remove page is the same as Add page to How to use Game Killer APK Download v5.0 - Latest Version
GO AWAY SPAM
Updated by Marek Hulán over 6 years ago
someone please delete the spam, I don't have delete permissions here
Updated by Alexander Murashkin over 6 years ago
- Subject changed from How to use Game Killer APK Download v5.0 - Latest Version to Content view repository List/Remove page is the same as Add page
Updated by Justin Sherrill over 6 years ago
- Assignee set to Andrew Kofink
- Priority changed from Normal to Urgent
- Target version set to 245
- Translation missing: en.field_release set to 339
Updated by Andrew Kofink over 6 years ago
Is this only happening for one of your content views? I just tried it with a small sample of data on a fresh 3.5.1 install, and it seems to work fine. Are you getting any javascript errors in your web console?
Updated by Alexander Murashkin over 6 years ago
Andrew Kofink wrote:
Is this only happening for one of your content views?
It was just one content view. All other content views were OK.
I just tried it with a small sample of data on a fresh 3.5.1 install, and it seems to work fine. Are you getting any javascript errors in your web console?
Sorry, I cannot reproduce the problem anymore. Yesterday it was happening all the day. Today all content views look OK.
I restarted httpd today. But I also restarted it few times yesterday.
I did not see any javascript errors in Firefox (though I was not running web console).
Updated by Andrew Kofink over 6 years ago
- Status changed from New to Closed
- Translation missing: en.field_release changed from 339 to 166
Perhaps this was some cache in your browser or something? Regardless, I'm going to close it for now. Please reopen if you see it again, and please attach some javascript and/or server logs if you can get any.