-
-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
Description
- Redmine version: 4.2.1.stable
- Redmine.Net.Api version: 4.3.0
- Serialization type: json
When I load a specific role e.g. in postman (e.g. /roles/1.json), then I get the following response:
{
"role": {
"id": 1,
"name": "Example",
...,
...,
...,
"permissions": [
"save_queries",
"view_time_entries",
"view_wiki_pages",
"view_wiki_edits"
]
}
}
The permissions are not deserialized correctly, and their count is wrong too.