MantisBT: master d0a125cd

Author Committer Branch Timestamp Parent
vboctor vboctor master 2022-08-20 21:42 master f7ba7be3
Affected Issues  0022791: Support retrieving users with specified access level to a project
Changeset

Fix query parameters modeled as options + soap fixes

  1. Query params should be modeled as query not option.
  2. Remove pagination for SOAP API.
  3. Use id instead of project_id for project_id.
  4. Fix SOAP to return array of users.

Fixes 0022791

mod - api/rest/restcore/projects_rest.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - core/commands/ProjectUsersGetCommand.php Diff File