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
Description

See patch. Tested, working.

AttachmentSize
xtracker.module_formsapi.patch2.96 KB

#1

leafish_paul - November 25, 2005 - 22:50
Status:active» needs review

And that.

#2

aaron - December 5, 2005 - 18:29

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

aaron - December 5, 2005 - 18:31

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

 
 

Drupal is a registered trademark of Dries Buytaert.