[web2py] headers argument behavior in v1.97.1

2011-07-06 Thread niknok
While using crud, I sometimes define headers for *some* fields listed in the fields argument. This works until I upgraded to 1.97.1 and now I get an error if I do not define the headers for *all* fields listed in the fields argument. For example, the following code no longer works rows=cr

Re: [web2py] headers argument behavior in v1.97.1

2011-07-07 Thread Bruno Rocha
Can you share some example app or model + controller code t reproduce the bug. Do you have a Traceback ticket error? what message, what file/line? The erro occurs when running the mentioned controller, or qhen doing some other action on this? Need more onfo to help tracking this issue. []'s On

Re: [web2py] headers argument behavior in v1.97.1

2011-07-07 Thread Martín Mulone
Did you use trunk version?, I submitted recently some changes there.- 2011/7/7 Bruno Rocha > Can you share some example app or model + controller code t reproduce the > bug. > > Do you have a Traceback ticket error? what message, what file/line? > > The erro occurs when running the mentioned con

Re: [web2py] headers argument behavior in v1.97.1

2011-07-07 Thread Martín Mulone
Yes you need to define all the headers. 2011/7/7 niknok > ** > While using crud, I sometimes define headers for *some* fields listed in > the fields argument. This works until I upgraded to 1.97.1 and now I get an > error if I do not define the headers for *all* fields listed in the fields > arg