Files
web2py/gluon
Jeremie Dokime f684769638 Fix LOAD() in restful context
When you call LOAD() on a controller who has some actions decorates with @request.restful(), it fail with:
@request.restful()
TypeError: 'NoneType' object is not callable
=> because LOAD use other_request variable who are a Request but without all methods and therefore without restful method.
I've just mock the restful method but I think that the real restful method will be better...
2014-05-12 17:41:19 +02:00
..
2014-01-29 23:01:52 +01:00
2014-01-27 22:56:58 +01:00
2014-01-27 22:56:58 +01:00
2014-05-12 17:41:19 +02:00
2014-01-27 22:56:58 +01:00
2014-01-29 23:01:52 +01:00
2014-05-07 17:09:03 -05:00
2014-01-29 23:01:52 +01:00
2014-01-29 23:01:52 +01:00
2014-01-29 23:01:52 +01:00
2014-01-29 23:01:52 +01:00
2014-03-10 22:21:33 +01:00
2014-03-11 22:18:33 +01:00
2012-10-19 12:33:53 -05:00
2014-03-11 22:18:33 +01:00
2014-03-12 22:03:42 +01:00
2014-03-12 22:03:42 +01:00
2014-03-12 22:03:42 +01:00
2014-03-12 22:03:42 +01:00
2013-09-12 17:08:52 -05:00