Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.10.0-b1
-
Component/s: None
-
Labels:None
Description
We added the ability to permanently delete canceled services in CORE-3496. We currently prevent package deletion when an services have been created using it. Instead:
- Add an optional parameter $remove_services to Packages::delete() (default false) that causes all services assigned to the package.
- Add logic to controllers that allows package to be deleted if they are assigned only cancelled services
- Add warning to view when attempting to delete a package with canceled services assigned to it