madcorp / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Bug in order : not in template #875

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.A date is post in param with like 01/01/2012 on the page where the grid is
2.In order buttons, it automaticly convert to 01%2F01%2F2012 and order buttons 
fails and impossible to param it in the template (why ?)
3.So it failed !

Please provide any additional information below.
ZF 1.11
Datagrid 0.8

I've modify your grid like this
* line 1095 - Table.php
// MODIFIE PAR HH
$url1 = str_replace("%2F","-",$url1);
$url2 = str_replace("%2F","-",$url2);
// MODIFIE PAR HH

Would you like to implement it or let us make it in template ?

I think I have a good knowledge of your grid now ! I hope it helps you

Thanks

Original issue reported on code.google.com by sebastie...@gmail.com on 7 Aug 2012 at 3:54