Closed (fixed)
Project:
Rules
Version:
6.x-1.x-dev
Component:
Forms Support
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
10 Aug 2009 at 15:57 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
klausiAnd here it is. Support for CCK fields is included, as they save #default_value as array.
Comment #2
fagoLooks good, a possibility to specify multiple default values (think of a multiple select, checkboxes) would be nice though.
Comment #3
klausiNew patch:
* removed some useless white spaces (coding style)
* multiple value support
* adapted CCK support to also allow multiple values
Comment #4
klausiSome small fixes that shorten the action code, thx to fago for the review via Jabber.
Comment #5
fagoCool that there is multiple value support now :) Also code looks fine (and did before), but now it's even a bit shorter!
Comment #6
klausiCommitted to CVS.
Comment #7
Parkes Design commentedAwesome... this looks like a very useful patch.