Ping! computed field not compute on update... What should I check?
Thanks Richard On Wed, Dec 28, 2011 at 4:50 PM, Richard Vézina <ml.richard.vez...@gmail.com > wrote: > Hello, > > I would like to compute a field on update, but I think all the > request.vars needed to my lambda compute function are not passed to > form.vars... > > What I should do to make sure all the needed vars are available to the > lambda compute function? > > form.vars.varname = request.vars.varname ?? > > Thanks > > Richard >