Commit f9828d96 authored by Łukasz Nowak's avatar Łukasz Nowak

Production migration local change.

parent 12fbf01a
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<value> <string>assert(context.getPortalType() == \'Sale Trade Condition\')\n <value> <string>assert(context.getPortalType() == \'Sale Trade Condition\')\n
\n \n
if context.getTitle() == \'ViFiB Custom Conditions\':\n if context.getTitle() == \'ViFiB Custom Conditions\':\n
assert(len(context.getSpecialiseRelatedValueList()) == 0)\n assert(len([q for q in context.getSpecialiseRelatedValueList() if q.getPortalType() in context.getPortalDeliveryTypeList()]) == 0)\n
assert(len(context.contentValues()) == 0)\n assert(len(context.contentValues()) == 0)\n
context.getParentValue().deleteContent(id=context.getId())\n context.getParentValue().deleteContent(id=context.getId())\n
</string> </value> </string> </value>
......
75 76
\ No newline at end of file \ 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