Re: [html-formfu] Patch for H::F::ObjectUtil::remove_element issue, submitted poorly :(

2009-05-30 Thread Mike South
On Sat, May 30, 2009 at 3:42 PM, Carl Franks wrote: > 2009/5/30 Mike South : >> >> I had a Repeatable block which had a delete_if_true checkbox in a >> child block.  The remove_element call that gets rid of the >> delete_if_true box on an empty_row was croaking (this is because >> get_fields recur

Re: [html-formfu] Patch for H::F::ObjectUtil::remove_element issue, submitted poorly :(

2009-05-30 Thread Carl Franks
2009/5/30 Mike South : > > I had a Repeatable block which had a delete_if_true checkbox in a > child block.  The remove_element call that gets rid of the > delete_if_true box on an empty_row was croaking (this is because > get_fields recurses, but remove_element doesn't). > > I submitted a patch wi