Actions
Bug #2179
closedWrong owner_type on the request returns 500
Description
Hi all,
This request:
Parameters: {"id"=>"4777", "host"=>{"owner_id"=>1, "owner_type"=>"UserGroup"}}
Authorized user user (Name Lastname)
Operation FAILED: uninitialized constant UserGroup
Completed 500 Internal Server Error in 341ms
Should return a 400 (bad request) instead of the 500 (Internal server error) it currently returns.
Actions