Commit d22e4e68 authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: fix failing TALES expression

parent 52259368
...@@ -56,6 +56,10 @@ ...@@ -56,6 +56,10 @@
<key> <string>tales</string> </key> <key> <string>tales</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>all_columns</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -86,6 +90,14 @@ ...@@ -86,6 +90,14 @@
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </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> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -227,7 +239,7 @@ ...@@ -227,7 +239,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </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