Commit c376555c authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: fixup TALES expression

UID is not a list
parent abbb5504
......@@ -179,7 +179,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'aggregate__uid\', [x.getUid() for x in here.getSpecialiseValue().getAggregateUid(default=-1)])]</string> </value>
<value> <string>python: [(\'aggregate__uid\', here.getSpecialiseValue().getAggregateUid(default=-1))]</string> </value>
</item>
</dictionary>
</pickle>
......
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