You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a tg2 crudrestcontroller
2. install tw.dojo
3. use the default table filler with get_all method
4. Add some records to db
What is the expected output? What do you see instead?
You are supposed to see some records in your table with the default get_all
method, but there are now records listed.
What version of the product are you using? On what operating system?
Trunk.
Please provide any additional information below.
The bug is located on line 102 in tgext.crud.controller.py. The values
attribute is always given as an empty list if tw.dojo is installed. The
problem is probably only the indentation.
Please see the attached file for a fix-proposal.
Original issue reported on code.google.com by [email protected] on 1 Apr 2009 at 11:35
Original issue reported on code.google.com by
[email protected]
on 1 Apr 2009 at 11:35Attachments:
The text was updated successfully, but these errors were encountered: