pombreda / formalchemy

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

Hidden field shows label but not value if fieldset.readonly == True #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. See formalchemy Group conversation:
http://groups.google.com/group/formalchemy/browse_thread/thread/68f30a2b59662af1

As in subject: 
I made a parent field, a sqlalchemy relationship, hidden to not let 
user edit it 
(see: 
http://groups.google.com/group/formalchemy/browse_thread/thread/2482c94e43ee46a1
) 
Now I notice, in "delete confirmation page", where I show the form as 
fs.readonly = True, the parent, is rendered as a label with no value. 

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

Please provide any additional information below.

Original issue reported on code.google.com by neur...@gmail.com on 14 Jan 2011 at 3:02

GoogleCodeExporter commented 9 years ago
Fixed at 
https://github.com/FormAlchemy/formalchemy/commit/4545b715dc6e38a9677fd698b037bb
d8dfb11738

Original comment by gael.pas...@gmail.com on 16 Jan 2011 at 2:18