Commit 6eeaf981 authored by Aurel's avatar Aurel

Merge branch 'aurel'

parents d8fe4af3 562483b7
......@@ -59,7 +59,9 @@ predicate_property_dict</string> </value>
<dtml-let predicate_list="[]">\n
<dtml-in prefix="loop" expr="_.range(_.len(uid))">\n
<dtml-if "isPredicate[loop_item]">\n
<dtml-call expr="predicate_list.append(loop_item)">\n
<dtml-if expr="_.len(predicate_property_dict[loop_item]) > 0">\n
<dtml-call expr="predicate_list.append(loop_item)">\n
</dtml-if>\n
</dtml-if>\n
</dtml-in>\n
<dtml-if expr="_.len(predicate_list) > 0">\n
......
221
\ No newline at end of file
224
\ 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