Commit 1580bcb0 authored by Aurel's avatar Aurel

apply 562483b7 on predicate_category too

parent 2f4a02ce
......@@ -70,7 +70,9 @@ WHERE\n
<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
......
224
\ No newline at end of file
225
\ 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