View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0025400 | mantisbt | api rest | public | 2019-01-29 18:44 | 2019-03-16 20:20 |
| Reporter | obmsch | Assigned To | community | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.19.0 | ||||
| Target Version | 2.20.0 | Fixed in Version | 2.20.0 | ||
| Summary | 0025400: Allow adding/updating/deleting subprojects via REST API | ||||
| Description | The REST API should offer as much as possible | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 57a1f8c9 2019-02-24 11:29 Committer: vboctor Details Diff |
Add subproject CRUD commands and REST API - Add command to add a subproject. - Add command to update a subproject. - Add command to delete a subproject. - Add REST APIs for the above commands. - Update Web UI to use the above commands. Fixes 0025400 |
Affected Issues 0025400 |
|
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
| mod - api/soap/mc_api.php | Diff File | ||
| add - core/commands/ProjectHierarchyAddCommand.php | Diff File | ||
| add - core/commands/ProjectHierarchyDeleteCommand.php | Diff File | ||
| add - core/commands/ProjectHierarchyUpdateCommand.php | Diff File | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - core/project_api.php | Diff File | ||
| mod - lang/strings_english.txt | Diff File | ||
| mod - manage_proj_create.php | Diff File | ||
| mod - manage_proj_subproj_add.php | Diff File | ||
| mod - manage_proj_subproj_delete.php | Diff File | ||
| mod - manage_proj_update_children.php | Diff File | ||