Actions
Bug #4349
closeduser json missing organizations, locations, and roles
Description
main.json.rabl needs
child :organizations => :organizations do
attributes :id, :name
end
child :locations => :locations do
attributes :id, :name
end
child :roles => :roles do
attributes :id, :name
end
Updated by Dominic Cleal almost 11 years ago
- Related to Bug #4198: api v2 arch does not return operating systems added
Updated by Joseph Magen almost 11 years ago
Tom, I suggest to put the child nodes in show.json.rabl, but not in main.json.rabl, since this would appear for api/users
Updated by Joseph Magen almost 11 years ago
- Status changed from New to Assigned
current users/show.json.rabl has roles, but I will add locations/organizations
Updated by Dominic Cleal almost 11 years ago
- Blocks Feature #2843: Listing associated resources for locations and orgs added
Updated by Dominic Cleal almost 11 years ago
- Status changed from Assigned to Ready For Testing
- Assignee set to Joseph Magen
- Target version set to 1.9.1
- Translation missing: en.field_release set to 4
Updated by Joseph Magen almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8d113bd816173e21c82c092fb0d908ca332cb0fe.
Actions