change on default values for dropdown field
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2136 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
71202469a2
commit
b5a8ddc1f9
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ The new technique uses the ``fields`` and ``data`` attributes...
|
|||
linkUrl textline False None
|
||||
|
||||
>>> view.data
|
||||
{'linkUrl': None, 'contentType': u'', 'data': '',
|
||||
{'linkUrl': u'', 'contentType': u'', 'data': u'',
|
||||
'title': u'Test Note'}
|
||||
|
||||
The object is changed via a FormController adapter created for
|
||||
|
|
Loading…
Add table
Reference in a new issue