Commit b619dd4e authored by Bartek Górny's avatar Bartek Górny

don't display simulation state in validation state field ;) Plus some code formatting.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12504 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 027e8c98
......@@ -75,7 +75,7 @@
\n
kw[\'portal_type\'] = context.getPortalDocumentTypeList()\n
kw[\'sort_on\'] = ((\'creation_date\',\'descending\'),)\n
res=context.portal_catalog(**kw)\n
res = context.portal_catalog(**kw)\n
\n
\n
return res\n
......
......@@ -130,9 +130,7 @@
</item>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -271,23 +269,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/getSimulationState</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
478
\ No newline at end of file
480
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment