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

Serialization via activity tag is specific for some portal types not for all....

Serialization via activity tag is specific for some portal types not for all. As we have a way to enable it per portal type (in type based method) no need to have it here.
parent d0df431f
......@@ -66,7 +66,7 @@ if address not in MARKER and port not in MARKER:\n
# we need a way to do this by introspection\n
if ((getattr(document, "getData", None) is not None and document.getData() not in MARKER) or \\\n
(getattr(document, "getBaseData", None) is not None and document.getBaseData() not in MARKER)):\n
document.activate(serialize_tag="conversion").Base_callPreConvert()\n
document.activate(tag="conversion").Base_callPreConvert()\n
</string> </value>
</item>
<item>
......
15
\ No newline at end of file
16
\ 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