[web2py] Re: Traceback with record versioning enabled and common_filter defined.

2015-01-10 Thread Jose C
On Saturday, 10 January 2015 13:15:48 UTC, Paolo Valleri wrote: Hi, I've fixed the error but I've to understand if all common_filters are applied correctly. Do you mind to test https://github.com/ilvalle/web2py/tree/issue-2023 ? Ok, will add some more common filters and get onto testing

Re: [web2py] Re: Traceback with record versioning enabled and common_filter defined.

2015-01-10 Thread Paolo Valleri
I created a PR https://github.com/web2py/web2py/pull/585 Paolo 2015-01-10 17:31 GMT+01:00 Jose C houdinihoun...@gmail.com: Do you mind to test https://github.com/ilvalle/web2py/tree/issue-2023 ? Ok Paolo, it all appears to work as expected now with trunk (2.9.12 beta) - at least with

[web2py] Re: Traceback with record versioning enabled and common_filter defined.

2015-01-10 Thread Jose C
Do you mind to test https://github.com/ilvalle/web2py/tree/issue-2023 ? Ok Paolo, it all appears to work as expected now with trunk (2.9.12 beta) - at least with my current system and setup. I also backported your change to my dev version (2.9.5) and it too works. Many thanks for

[web2py] Re: Traceback with record versioning enabled and common_filter defined.

2015-01-10 Thread Niphlod
uhmbut record_versioning adds a common_filter per se, and is usually on the form of is_active == True. Did you try to set a different common_filter ? On Saturday, January 10, 2015 at 8:58:21 AM UTC+1, Jose C wrote: Bug reported:

[web2py] Re: Traceback with record versioning enabled and common_filter defined.

2015-01-10 Thread Jose C
On Saturday, 10 January 2015 12:20:31 UTC, Niphlod wrote: uhmbut record_versioning adds a common_filter per se, and is usually on the form of is_active == True. Did you try to set a different common_filter ? Yes I tried various, within the table definition and external to it (post

[web2py] Re: Traceback with record versioning enabled and common_filter defined.

2015-01-10 Thread Paolo Valleri
Hi, I've fixed the error but I've to understand if all common_filters are applied correctly. Do you mind to test https://github.com/ilvalle/web2py/tree/issue-2023 ? Paolo On Saturday, January 10, 2015 at 2:01:56 PM UTC+1, Jose C wrote: On Saturday, 10 January 2015 12:20:31 UTC, Niphlod

[web2py] Re: Traceback with record versioning enabled and common_filter defined.

2015-01-09 Thread Jose C
Bug reported: https://code.google.com/p/web2py/issues/detail?id=2032can=4 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message