Bug #13950
closedPOST /katello/api/organizations does not return any data
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1312767
Description of problem:
POST /katello/api/organizations request does not return data.
Request:
https://my_server/katello/api/organizations
{"name":"Test_Org_011"}
Response: {}
For example, when I create similar request for architecture entity, I get some data:
Request
POST https://my_server/api/architectures
{"architecture":{"name":"Test_Arch_011"}}
Response: {"created_at":"2016-02-29 08:54:53 UTC","updated_at":"2016-02-29 08:54:53 UTC","name":"Test_Arch_011","id":28,"operatingsystems":[],"images":[]}
Or in older versions (6.1.x) we have next output for organization entity:
Request:
https://my_server/katello/api/organizations
{"name":"Test_Org_011"}
Response: {"ancestry":null,"apply_info_task_id":null,"created_at":"2016-02-29T09:06:28Z","description":null,"id":812,"ignore_types":[],"katello_default":true,"label":"Test_Org_011","name":"Test_Org_011","title":"Test_Org_011","updated_at":"2016-02-29T09:06:28Z","service_levels":[],"service_level":null}
Version-Release number of selected component (if applicable):
6.2.0 BETA
How reproducible:
Always
Steps to Reproduce:
1. Try to create new organization entity
Actual results:
Empty payload returned from the server in response
Expected results:
All necessary data is present in response
Additional info:
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Brad Buckingham
- Pull request https://github.com/Katello/katello/pull/5821 added
Updated by Brad Buckingham over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|fe7570939d3ca406e005406919c0e5ff17c4d117.
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 86