tablesort appends _GET/_POST values to the headers, but does not do this for the pager links (prev, next). This can be very confusing when the table changes because the paramters change when a user goes to the next page.
tablesort appends _GET/_POST values to the headers, but does not do this for the pager links (prev, next). This can be very confusing when the table changes because the paramters change when a user goes to the next page.
Comments
Comment #1
moshe weitzman commentedCould you please replace tablesort_pager() with the following and assure
that it does what we want. It sounds like you have a real test case for this.
Comment #2
moshe weitzman commentedSorry - last post got stripped. Here goes:
Comment #3
dries commentedHow about just using
$_REQUESTinstead of$_GETor$_POST?Comment #4
moshe weitzman commentedWill do so. Speak up now if someone thinks this introduces a security weakness.
Comment #5
al commentedSee also bug 1781 @ http://drupal.org/node/view/1781
Comment #6
moshe weitzman commentedfix committed to CVS last week