#2080: tg.redirect does not support list arguments
--------------------------+-------------------------------------------------
Reporter: jorge.vargas | Owner: faide
Type: enhancement | Status: new
Priority: low | Milestone: 2.0
Component: TurboGears | Version: trunk
Severity: normal | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Changes (by mramm):
* priority: normal => low
* type: defect => enhancement
Comment:
Neither url, or redirect now support list arguments. Both could be
fixed, but I don't think this is critical, as you can just build the
string in the redirect call.
{{{
redirect("/paste/"+guid)
}}}
would do the same thing as above.
If somebody wants to implement this the right place to do it is now in the
url wrapper in tg.controllers, but it's very low priority for me.
--
Ticket URL: <http://trac.turbogears.org/ticket/2080#comment:1>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---