Index: typo3/sysext/recycler/res/js/t3_recycler.js =================================================================== --- typo3/sysext/recycler/res/js/t3_recycler.js (revision 5703) +++ typo3/sysext/recycler/res/js/t3_recycler.js (working copy) @@ -134,9 +134,7 @@ * add param to grid store GET ****************************************************/ var addParameters = function(key, value) { - var grid = tabs.getComponent(0).getComponent(0); - - var url = grid.getStore().proxy.conn.url; + var url = gridDs.url; var urlParts = url.split('?'); var params = urlParts[1].split('&'); @@ -166,7 +164,7 @@ // set the new url for the store - grid.getStore().proxy.conn.url = url; + gridDs.url = url; }; /****************************************************