Files
web2py/gluon
Jeremie Dokime 52fac63b9e Fix LOAD on action @request.restful()
LOAD didn't work on action decorated with @request.restful() when args and/or vars are passed because the restful method is called with the main "request" object (browser url action) instead of the "other_request" object used by LOAD.
So I have injected the restful method with the good object context.
It's a bit nasty, so if someone knows how to do it better, I'm happy.
2014-09-02 18:16:51 +02:00
..
2014-08-31 13:09:35 -05:00
2014-06-10 22:37:55 +02:00
2014-01-29 23:01:52 +01:00
2014-05-24 10:35:58 +05:00
2014-01-27 22:56:58 +01:00
2014-01-27 22:56:58 +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-08-20 21:45:58 -05:00
2014-01-29 23:01:52 +01:00
2014-08-08 00:07:34 -05: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-08-21 22:49:26 +02:00
2013-09-12 17:08:52 -05:00
2014-08-14 16:27:46 -05:00
2014-08-31 13:09:35 -05:00