-
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Redmine 3.4
XML
Getting all users using GetObjects and later updating some of these users causes an error: Invalid property "Status".
Getting a single user using GetObject works.
The reason for this is that different properties are returned in "Index" (https://github.com/redmine/redmine/blob/master/app/views/users/index.api.rsb) and "Show" (https://github.com/redmine/redmine/blob/master/app/views/users/show.api.rsb).