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).
Updated by Mirek Długosz about 6 years ago
- Related to Bug #25232: CV History: Incorrect API call due to parsing error (page=NaN) added
Updated by Tomer Brisker about 6 years ago
- Project changed from Foreman to Katello
- Category changed from API to API
Updated by John Mitsch about 6 years ago
- Category changed from API to Content Views
- Assignee set to Christine Fouant
- Target version set to Katello 3.9.0
- Triaged changed from No to Yes
Updated by Jonathon Turel about 6 years ago
- Target version changed from Katello 3.9.0 to Katello 3.10.0
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7804 added
Updated by Christine Fouant about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|5aedfcccd2b54ca85d12aafbd78f48c8916e8690.
Actions