pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

log msg crashes ext.pylons.admin #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a row to a table via the pylons admin plugin.
2.
3.

What is the expected output? What do you see instead?
A new row is created.

What version of the product are you using? On what operating system?
1.3.1

Please provide any additional information below.
I believe that line 194 in ext.pylons.admin is the culprit.
#log.debug('saving %s w/ %s' % (c.fs.model.id, request.POST))

c.fs.model has no property id...

Original issue reported on code.google.com by mdsh...@gmail.com on 30 Nov 2009 at 1:12

GoogleCodeExporter commented 9 years ago
removed. thanks

Original comment by gael.pas...@gmail.com on 1 Dec 2009 at 12:37