Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0032232 | mantisbt | code cleanup | public | 2023-03-25 02:34 | 2023-10-31 16:32 | 
| Reporter | vboctor | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried | 
| Status | closed | Resolution | fixed | ||
| Product Version | 2.25.6 | ||||
| Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
| Summary | 0032232: Create ProjectDeleteCommand | ||||
| Description | Implement a property ProjectDeleteCommand rather than using the SOAP API apis directly. Also change the web interface to re-use it.  | ||||
| Tags | No tags attached. | ||||
| 
	 Found out while working on 0032858 that the REST API endpoint was not updated to use the new Command...  | 
|
	
  | 
|
| 
	
	 MantisBT: master c1c767b9 2023-03-25 02:07 Details Diff  | 
Implement ProjectDeleteCommand Fixes 0032232  | 
Affected Issues 0032232  | 
|
| add - core/commands/ProjectDeleteCommand.php | Diff File | ||
| 
	
	 MantisBT: master eda1c0ce 2023-03-25 02:41 Details Diff  | 
Change Web UI to use ProjectDeleteCommand Fixes 0032232  | 
Affected Issues 0032232  | 
|
| mod - manage_proj_delete.php | Diff File | ||
| 
	
	 MantisBT: master 76852a51 2023-03-25 03:11 Details Diff  | 
Override current project id in ProjectDeleteCommand Fixes 0032232  | 
Affected Issues 0032232  | 
|
| mod - core/commands/ProjectDeleteCommand.php | Diff File | ||
| 
	
	 MantisBT: master 978e263e 2023-03-25 03:13 Details Diff  | 
Update SOAP API to use ProjectDeleteCommand Fixes 0032232  | 
Affected Issues 0032232  | 
|
| mod - api/soap/mc_project_api.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 | ||
| 
	
	 MantisBT: master bddf5d32 2023-08-26 13:05 Details Diff  | 
Use ProjectDeleteCommand in rest_project_delete() Fixes 0032232, 0032858  | 
Affected Issues 0032232, 0032858  | 
|
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
					related to				
					child of				
					duplicate of