Commit f8814c9d authored by Ivan Tyagov's avatar Ivan Tyagov

Do not show RSS logo field if we have no configured RSS gadget at all.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38509 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0eec184b
......@@ -152,7 +152,9 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -308,4 +310,17 @@
</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(\'rss_logo\',\'\') not in (\'\', None)</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
546
\ No newline at end of file
547
\ 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