I do not fully understand the issue. Can you post more code as an example? On Friday, 25 January 2013 08:32:55 UTC-6, Paolo valleri wrote: > > Dear all, I've just came across the fact that with the following code: > def wiki(): > return auth.wiki(render='html') > and visiting something like app/controller/wiki/about > in the view I will get only the 'content' field without any > other useful wiki's field such as Title, modified_on just to name a few. > Checking the code, I figured out that the problem is due to the test: > extension==html (see tools.py:5090) > Could we return the other fields too? > > Paolo >
--