MantisBT: master 57a1f8c9

Author Committer Branch Timestamp Parent
obmsch vboctor master 2019-02-24 11:29 master 4cc687a9
Affected Issues  0025400: Allow adding/updating/deleting subprojects via REST API
Changeset

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

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