View Issue Details

IDProjectCategoryView StatusLast Update
0032467mantisbtapi restpublic2023-10-31 16:32
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version2.25.7 
Target Version2.26.0Fixed in Version2.26.0 
Summary0032467: REST API: Delete Project User
Description

Add API to delete a user from a project.

TagsNo tags attached.

Relationships

related to 0032466 closedvboctor REST API: Create Project User 
related to 0032468 closedvboctor REST API: Update Project User 
related to 0032998 assignedvboctor Call to undefined function mci_get_project_id() when removing a user from a project 

Activities

Related Changesets

MantisBT: master c8c2f3fa

2023-05-01 00:53

vboctor


Details Diff
Implement ProjectUsersDeleteCommand

Fixes 0032467
Affected Issues
0032467
mod - api/soap/mc_api.php Diff File
add - core/commands/ProjectUsersDeleteCommand.php Diff File
mod - core/user_api.php Diff File

MantisBT: master aadf1787

2023-05-01 00:54

vboctor


Details Diff
Update Web UI to use ProjectUsersDeleteCommand

Fixes 0032467
Affected Issues
0032467
mod - manage_proj_user_remove.php Diff File

MantisBT: master 34b8974e

2023-05-01 00:54

vboctor


Details Diff
REST API: Delete Project Users API

Fixes 0032467
Affected Issues
0032467
mod - api/rest/restcore/projects_rest.php Diff File