Try nightly build, not trunk. Trunk is changing fast these days and not
always stable.
Massimo
On Sunday, 30 September 2012 16:27:51 UTC-5, Niphlod wrote:
>
> actually, it has been fixed already
> https://github.com/web2py/web2py/commit/9ce1cde6caa23e24565beeec49f7b9a10f1833fb
>
> Try to use th
actually, it has been fixed already
https://github.com/web2py/web2py/commit/9ce1cde6caa23e24565beeec49f7b9a10f1833fb
Try to use the trunk version for the time being.
On Sunday, September 30, 2012 11:18:52 PM UTC+2, Niphlod wrote:
>
> and . you found a bug! :D ... thanks for reporting, I'll s
and . you found a bug! :D ... thanks for reporting, I'll submit a patch
right away.
On Sunday, September 30, 2012 2:28:53 PM UTC+2, Don_X wrote:
>
> Thank you Niphlod
>
> Oupss Niphlod
>
> it does not work
>
> ( remember : the fields in question are extra_fields set in the model a
Thank you Niphlod
2012/9/30 Niphlod
> go easy on the exclamation marks :P
> you can set whatever attribute of the field you want before defining a
> form in any of the controllers
>
> def test():
> myfield = db.auth_user.user_story
> myfield.readable = myfield.writable = True
> form
go easy on the exclamation marks :P
you can set whatever attribute of the field you want before defining a form
in any of the controllers
def test():
myfield = db.auth_user.user_story
myfield.readable = myfield.writable = True
form = SQLFORM(db.auth_user)
...
On Sunday, Septemb
5 matches
Mail list logo