Skip to content
Snippets Groups Projects
Commit 5bb53051 authored by madhurajshanbhogh's avatar madhurajshanbhogh
Browse files

#Fixes::158186210::madhusr::The internal mail composer was not working in the...

#Fixes::158186210::madhusr::The internal mail composer was not working in the global search list view
parent 567ccfad
No related branches found
No related tags found
1 merge request!984#Fixes::158186210::madhusr::The internal mail composer issue in global search
......@@ -151,7 +151,7 @@ class Vtiger_ListAjax_View extends Vtiger_List_View {
$recordModel->setRawData($recordModel->getData());
foreach ($listViewModel->listViewHeaders as $fieldName => $fieldModel) {
$recordModel->set($fieldName, $fieldModel->getDisplayValue($recordModel->get($fieldName)));
$recordModel->set($fieldName, $fieldModel->getDisplayValue($recordModel->get($fieldName),$recordId));
}
$listViewModel->listViewEntries[$recordId] = $recordModel;
}
......
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