From 102db66df7c2ee3a3255f97ccad09d6a98c52512 Mon Sep 17 00:00:00 2001 From: Madhu S R <madhu.sr@vtigersolutions.com> Date: Fri, 19 Apr 2024 11:20:52 +0530 Subject: [PATCH] Setting default values to save automatically with the record when it's saved from quick create --- modules/Events/actions/SaveAjax.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Events/actions/SaveAjax.php b/modules/Events/actions/SaveAjax.php index aaac72555..59e24882c 100644 --- a/modules/Events/actions/SaveAjax.php +++ b/modules/Events/actions/SaveAjax.php @@ -160,6 +160,7 @@ class Events_SaveAjax_Action extends Events_Save_Action { $this->setRecurrenceInfo($recordModel); } + // Setting default values to save automatically with the record when it's saved from quick create. $moduleName = $request->getModule(); $moduleModel = Vtiger_Module_Model::getInstance($moduleName); $fieldModelList = $moduleModel->getFields(); -- GitLab