Skip to content

default LISTVIEW_COUNT set as an empty string

Code80 requested to merge code80team/vtigercrm:fix_list_page_counts into master

page_counter

Looks like previously LISTVIEW_COUNT was an empty string thus skip-to-page triggered recalculation of total records and pages. Starting from 1e29f9e0 it was set as 0 thus only calculating all the records triggered pages count to be updated.

Merge request reports