Closed (fixed)
Project:
Rules
Version:
6.x-1.x-dev
Component:
Forms Support
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Oct 2009 at 20:03 UTC
Updated:
2 Mar 2011 at 05:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
henrijs.seso commentedcopy that, all good, you are clear for commit! (patch works)
thanks for your input!
Comment #2
klausiWell, I think that solution is too much hardcoding ...
We can look up the default value array key in the #columns property of the form element. That is a much more generic approach, patch attached. Please test and report back any issues.
Comment #3
meecect commentedBoth patches worked for me.
Comment #4
klausiThanks, committed patch from #2.
Comment #6
benkovics commentedThank you guys! I tried only the second one, but that worked perfectly!
Comment #7
OnlineWD™ commentedI have tried both patches and don't understand what they can be used for. What I have is an autocomplete node reference field and I want to populate it using tokens but the ajax tries or wants to load it's own values and it gives error message when I try to use a token.
Comment #8
summit commentedSUbscribing, greetings, Martijn
Comment #9
josefo@btinternet.com commentedI have a content type build with CCK composed of several fields of different types. This content will be modified along a process workflow but I believe that the values are not being saved on the different fields along the process since each time I open the content to edit it, the content values are blank.
How can I confirm whether the values are being saved and if they are how can I make the appear as the default everytime I open that content node.
Thanks in advance.
Comment #10
jarush commentedI want to do the same thing in drupal 7...
any patch ?
Thanks.