View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032231 | mantisbt | code cleanup | public | 2023-03-25 02:30 | 2023-04-09 03:49 |
Reporter | vboctor | Assigned To | vboctor | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 2.25.5 | ||||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0032231: Create ProjectAddCommand | ||||
Description | Create a proper command for adding a project and use it internally. Currently the SOAP implementation APIs are used directly from the REST API and Web UI doesn't share the same logic with the REST/SOAP API. | ||||
Tags | No tags attached. | ||||
MantisBT: master 64344243 2023-03-25 02:06 Details Diff |
Implement ProjectAddCommand Fixes 0032231 |
Affected Issues 0032231 |
|
add - core/commands/ProjectAddCommand.php | Diff File | ||
MantisBT: master 37a2623b 2023-03-25 02:32 Details Diff |
Change Web UI to use ProjectAddCommand Fixes 0032231 |
Affected Issues 0032231 |
|
mod - core/commands/ProjectAddCommand.php | Diff File | ||
mod - manage_proj_create.php | Diff File | ||
MantisBT: master 9a9703b8 2023-03-25 02:56 Details Diff |
Change REST API to use ProjectAddCommand Fixes 0032231 |
Affected Issues 0032231 |
|
mod - api/rest/restcore/projects_rest.php | Diff File | ||
MantisBT: master 421a3a4a 2023-03-25 03:06 Details Diff |
Update SOAP API to use ProjectAddCommand Fixes 0032231 |
Affected Issues 0032231 |
|
mod - api/soap/mc_project_api.php | Diff File | ||
MantisBT: master 036b8fb0 2023-03-25 03:10 Details Diff |
Override current project id in ProjectAddCommand Fixes 0032231 |
Affected Issues 0032231 |
|
mod - core/commands/ProjectAddCommand.php | Diff File | ||
MantisBT: master 6ae8b64d 2023-03-25 04:40 Details Diff |
Be more specific about add project REST API response Fixes 0032231 |
Affected Issues 0032231 |
|
mod - api/rest/restcore/projects_rest.php | Diff File | ||
MantisBT: master e3fca828 2023-03-25 05:11 Details Diff |
Fix for Project SOAP APIs Fixes 0032231 Fixes 0032232 Fixes 0032238 |
Affected Issues 0032231, 0032232, 0032238 |
|
mod - api/soap/mc_project_api.php | Diff File |