Commit d22e4e68 authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: fix failing TALES expression

parent 52259368
......@@ -56,6 +56,10 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value> <string></string> </value>
......@@ -86,6 +90,14 @@
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>sort_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......@@ -227,7 +239,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'aggregate__uid\', here.getSpecialiseValue().getAggregateUid(default=-1))]</string> </value>
<value> <string>python: [(\'aggregate__uid\', here.getSpecialiseValue().getAggregateUid() or -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