Bug #34428
closedCannot create bookmark for credentials search
Description
Description of problem:
Unable to create a search bookmark for Credentials Search
Version-Release number of selected component (if applicable):
Sattelite 7.0.0
How reproducible:
4/4
Steps to Reproduce:
1. Go to the Content Credentials page
2. Click on Bookmark this search
3. Fill the form, submit
Actual results:
No Error on the web page
Expected results:
Bookmark created or error displayed on the web page
Additional info:
2021-12-15T09:39:15 [I|app|a2b62973] Started POST "/api/v2/bookmarks" for 10.40.193.18 at 2021-12-15 09:39:15 -0500
2021-12-15T09:39:15 [I|app|a2b62973] Processing by Api::V2::BookmarksController#create as JSON
2021-12-15T09:39:15 [I|app|a2b62973] Parameters: {"name"=>"cc", "query"=>"", "public"=>true, "apiv"=>"v2", "bookmark"=>{"name"=>"cc", "query"=>"", "controller"=>"api/v2/bookmarks", "public"=>true}}
2021-12-15T09:39:15 [E|app|a2b62973] Unprocessable entity Bookmark (id: new):
a2b62973 | Search query can't be blank
a2b62973 | Controller katello_gpg_keys is not a valid controller
a2b62973 |
2021-12-15T09:39:15 [I|app|a2b62973] Rendering api/v2/errors/unprocessable_entity.json.rabl within api/v2/layouts/error_layout
2021-12-15T09:39:15 [I|app|a2b62973] Rendered api/v2/errors/unprocessable_entity.json.rabl within api/v2/layouts/error_layout (Duration: 9.9ms | Allocations: 6444)
2021-12-15T09:39:15 [I|app|a2b62973] Completed 422 Unprocessable Entity in 38ms (Views: 16.1ms | ActiveRecord: 4.6ms | Allocations: 19236)
Updated by Chris Roberts almost 3 years ago
- Target version changed from Katello 4.5.0 to Katello 4.3.2
Updated by The Foreman Bot almost 3 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9936 added
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases Katello 4.5.0 added
Updated by Ian Ballou almost 3 years ago
- Status changed from Ready For Testing to Closed