Troubleshooting list pagination in child themes

Symptom

After applying the 8.1.0 update and creating a child theme, client area lists are not always populated or paginated correctly, displaying only the first batch of results, such as the domain, services, invoices or email history list.

Cause

The pagination property is not properly inherited from the parent theme.

Workaround

Apply the pagination property to the child theme's theme.yaml file:


properties:
  serverSidePagination: false
Click to copy

Solution

Please apply the 8.1.1 Maintenance Release via the Utilities > Update WHMCS page.

Hotfix

A hotfix has been created for 8.1.0 only to improve the inheritance of the parent theme property:

https://whmcs.community/files/file/157-core-16026-inherit-pagination-property/