From d50f286e64e952bb8cf08449264ec2a07f50911a Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Mon, 2 Feb 2026 11:15:12 +0530 Subject: [PATCH] Soft delete : GWM --- app/Controllers/PolicyController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/PolicyController.php b/app/Controllers/PolicyController.php index f9b3b54..3c94ad4 100644 --- a/app/Controllers/PolicyController.php +++ b/app/Controllers/PolicyController.php @@ -1321,7 +1321,7 @@ class PolicyController extends ResourceController public function softdelete() { try { - $policyId = (int) $this->request->getPost('policy_id'); + $policyId = (int) $this->request->getGet('policy_id'); if (!$policyId) { return $this->respond([