When a query is extended it creates a new instance of the query object. This patch takes that into account.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | webform_extend_querys-d7.patch | 1.54 KB | quicksketch |
| webform_pager.patch | 782 bytes | james.elliott |
When a query is extended it creates a new instance of the query object. This patch takes that into account.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | webform_extend_querys-d7.patch | 1.54 KB | quicksketch |
| webform_pager.patch | 782 bytes | james.elliott |
Comments
Comment #1
james.elliott commentedComment #2
quicksketchThanks James! Does this mean that we have the exact same problem just a few lines earlier when we extend the query for table sort?
Comment #3
quicksketchHere's a patch that makes the same change to the table sort extender and fixes the sorting on those pages. I've confirmed your patch works properly and I've committed this combined set of changes.