From a2aaccdfd0b40d8d38469a6f46c9429745defbe6 Mon Sep 17 00:00:00 2001
From: "yogeshwar.g" <yogeshwar.g@vtigersolutions.com>
Date: Tue, 23 Jan 2024 12:16:28 +0530
Subject: [PATCH] #Fixes::157692300::Yogeshwar::LayoutEditor MultiCombo Field
 Save issue;

---
 modules/Settings/LayoutEditor/actions/Field.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Settings/LayoutEditor/actions/Field.php b/modules/Settings/LayoutEditor/actions/Field.php
index 1df11314d..020ffda23 100644
--- a/modules/Settings/LayoutEditor/actions/Field.php
+++ b/modules/Settings/LayoutEditor/actions/Field.php
@@ -101,7 +101,7 @@ class Settings_LayoutEditor_Field_Action extends Settings_Vtiger_Index_Action {
         if(!is_null($request->get('fieldDefaultValue', null))) {
 
             if(is_array($request->get('fieldDefaultValue'))) {
-                $defaultValue=decode_html(implode(', ',$request->get('fieldDefaultValue')));
+                $defaultValue=decode_html(implode(' |##| ',$request->get('fieldDefaultValue')));
             } else {
                 $defaultValue = decode_html($request->get('fieldDefaultValue'));
             }
-- 
GitLab