[Tracker-discuss] [issue352] delete button for queries does not work

Ezio Melotti metatracker at psf.upfronthosting.co.za
Sat Aug 14 11:52:30 CEST 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

I looked at this and found out that the delete button calls a Javascript function that redirects to "queryXX?@action=retire&@template=edit".
The problem with POST requests is that queryXX has to be specified in the action="" of the form, so -- unless I'm missing something -- the possible solutions are:
 1) create a different form for each query;
 2) send the request to something like "query?@action=retire&@template=edit&id=XX" and handle it server-side;

The latter might require a new action/extension (unless there's already a way to pass the id in that way).

_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue352>
_______________________________________________________


More information about the Tracker-discuss mailing list