Actions
Bug #17637
closeddb_list looses pointer parameter in returnUrl after editing a record
Start date:
2007-09-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If I edit a record from a list in List view, and the record was not on the first page of the list (i.e. I browsed to further pages) , the returnUrl passed as GET Parameter does not include the pointer. So if I close the edit form I return to the first page of the list.
It seems that the Javascript variable T3_THIS_LOCATION generated by the function listUrl in class.db_list.inc does not reflect the pointer.
if a line like
($this->firstElementNumber?'&pointer='.rawurlencode($this->firstElementNumber):'').
is inserted in the function it works as expected.
(issue imported from #M6418)
Actions