[jifty-devel] minor continuation redirect patch

Alex Vandiver alexmv at bestpractical.com
Fri Nov 10 18:00:28 EST 2006


On Fri, 2006-11-10 at 14:10 -0500, Jason Adams wrote:
> This is how I'm creating the tangent
> 
>       <% Jifty->web->tangent(
>         label  => "[del]",
>         as_link => 1,
>         url => 'delete_script.html',
>         parameters => { scriptid => $script->id }
>       ) %>
> 
> Which when clicked sends me to:
> 
> http://localhost:8888/delete_script.html%3Fscriptid=2&J:C=S7713554_269802

Ah, OK.  This is actually Jifty->web->url's bug.  Fix is in as r2128.
 - Alex


More information about the jifty-devel mailing list