Skip to content
Snippets Groups Projects
Commit 5e8a5604 authored by kaushik p's avatar kaushik p
Browse files

Update Popup.php

parent 5f656033
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,6 @@ class Vtiger_Popup_View extends Vtiger_Footer_View {
$viewer->assign('SEARCH_DETAILS', $searchParams);
$viewer->assign('MODULE_MODEL', $moduleModel);
$viewer->assign('VIEW', $request->get('view'));
if (PerformancePrefs::getBoolean('LISTVIEW_COMPUTE_PAGE_COUNT', false)) {
if(!$this->listViewCount){
$this->listViewCount = $listViewModel->getListViewCount();
......@@ -377,4 +376,5 @@ class Vtiger_Popup_View extends Vtiger_Footer_View {
public function transferListSearchParamsToFilterCondition($listSearchParams, $moduleModel) {
return Vtiger_Util_Helper::transferListSearchParamsToFilterCondition($listSearchParams, $moduleModel);
}
}
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