Skip to content
Snippets Groups Projects
Commit ef3b34d6 authored by Apparao G's avatar Apparao G
Browse files

#Fixes::157692300::Yogeshwar::LayoutEditor MultiCombo Field Save issue;

parents 0e544bc1 a2aaccdf
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment