hook_settings update for forms API
leafish_paul - November 25, 2005 - 13:03
| Project: | Extended Tracker |
| Version: | HEAD |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
See patch. Tested, working.
| Attachment | Size |
|---|---|
| xtracker.module_formsapi.patch | 2.96 KB |

#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...