Commit 3cd01156 authored by Ivan Tyagov's avatar Ivan Tyagov

Do not use any condition on "enabled" field for relations gadget as respective...

Do not use any condition on "enabled" field for relations gadget as respective widget renderer will handle all cases inside.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39681 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b97faef1
......@@ -144,9 +144,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -302,17 +300,4 @@
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:request.get(\'current_web_document\') is not None and (request.current_web_document.getSuccessor() or request.current_web_document.getPredecessor() or request.current_web_document.getSimilar()) and True</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
1659
\ No newline at end of file
1661
\ 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