Actions
Bug #25231
closed"the field 'created_at' in the order statement is not valid field for search" on content view history tab
Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Navigating to content view History tab results in empty table and error notification: the field 'created_at' in the order statement is not valid field for search
.
Root cause is API call to /katello/api/v2/content_views/4/history?organization_id=1&page=NaN&paged=true&per_page=20&search=&sort_by=created_at&sort_order=DESC
Katello git commit id: 77a4d76db2d1524f152281a78ef8d17f4fdfa646
Foreman git commit id: 9ccfbde5c417ed466b21c997d01d4608cc4e8c57
Steps to reproduce:
1. Create new content view
2. Open this content view and navigate to History tab
Expected results:
There is no error notification; history data is displayed in table (if there is any history to display).
Actions