Skip to content

Updating User objects retrieved from GetObjects #273

@AThomsen

Description

@AThomsen

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).

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions