Closed (fixed)
Project:
Links Package
Version:
5.x-1.4
Component:
Code: links_weblink.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2007 at 09:45 UTC
Updated:
14 May 2007 at 20:38 UTC
Hi,
Thanks for the great module. I used it in 4.7 with vote-story without any problems. I used %title, %url, %description and the form saved. But, in 5.1 I'm unable to save %url.
Any ideas?
Thanks,
JIm
Comments
Comment #1
maui1 commentedI just installed nodeformtemplate 5.x-1.x on a drupal 5.2 dev version that has proven to be otherwise stable with dozends of other modules.
I have the same problem only my form template tab does not save any of the place holders %tltle, %description or %url.
Is the nodeformtemplate dependant on another module?
Comment #2
boris mann commentedSeeing the same issue with %url not being saved. Trying to fill in a Links field from the Links package.
Comment #3
Egon Bianchet commentedThis happens because links_weblink_url uses the #default_value field instead of #value in its hook_form.
I could work around this by form_alter but I think that it's better to fix it in links_weblinks unless there's a good reason not to.
Comment #4
syscrusher commentedCorrected in HEAD version tonight. Good catch; thanks!
Comment #5
syscrusher commentedMarking fixed. Please retest with your other module, and let me know if I'm wrong about this being corrected now.
Comment #6
dries commented