Posted by leafish_paul on November 25, 2005 at 1:03pm
Jump to:
| Project: | Extended Tracker |
| Version: | master |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
See patch. Tested, working.
| Attachment | Size |
|---|---|
| xtracker.module_formsapi.patch | 2.96 KB |
Comments
#1
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=Repliesshould look like
user/11/xtrack?sort=asc&order=Repliessorry...