Project:Extended Tracker
Version:master
Component:Code
Category:task
Priority:critical
Assigned:Unassigned
Status:needs review

Issue Summary

See patch. Tested, working.

AttachmentSize
xtracker.module_formsapi.patch2.96 KB

Comments

#1

Status:active» needs review

And that.

#2

applied the patch to cvs, and the forms work properly in the settings page.

However, when I go to the xtrack page & click on the columns, the url is formatted like: user/1/xtrack?sort=asc&order=Replies
which gives a garbage response. it should, of course, look like
user/11/xtrack?sort=asc&order=Replies

- Aaron

#3

should have done preview first... drupal.org stripped out my code, forgot to encode it...

looks like:

user/11/xtrack?sort=asc&order=Replies

should look like

user/11/xtrack?sort=asc&order=Replies

sorry...