Commit 70c6722f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

in case of missing reference (that happens for Dynamic Category Property), we...

in case of missing reference (that happens for Dynamic Category Property), we need to have '' instead of None to avoid exception in join().

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43466 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f271fb79
......@@ -63,6 +63,10 @@
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
......@@ -93,6 +97,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -180,7 +188,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(sp.getReference(), sp.getRelativeUrl()) for sp in cell.contentValues()]</string> </value>
<value> <string>python: [(sp.getReference(\'\'), sp.getRelativeUrl()) for sp in cell.contentValues()]</string> </value>
</item>
</dictionary>
</pickle>
......
40887
\ No newline at end of file
40888
\ 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