Pager query on "Manage attributes" fails

Project: 
Ubercart
Category: 
bug report
Version: 
Ubercart 1.0
Priority: 
normal
Status: 
fixed

On the "Manage attributes" page at admin/store/products/attributes, the count query that pager_query tries to automatically build does not seem to work. The symptom is that no pager is available when you have more than 30 attributes.

This patch simply provides a custom count query.

AttachmentSize
uc_attribute-5.x-1.0-rc5_pager_0.patch839 bytes

Re: Pager query on "Manage attributes" fails

Patch works for me. Thanks.