Commit 371a1f1c authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_jabber_client] Change contact default sort

parent 728f7c57
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
"portal_type": [], "portal_type": [],
"search_column_list": column_list, "search_column_list": column_list,
"sort_column_list": column_list, "sort_column_list": column_list,
"sort": [['notification', 'DESC'], ['connected', 'DESC'], ['jid', 'ASC']], "sort": [['notification', 'descending'], ['connected', 'descending'], ['jid', 'ascending']],
"title": "Contacts", "title": "Contacts",
"type": "ListBox" "type": "ListBox"
} }
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>963.19286.54749.51780</string> </value> <value> <string>966.31408.59896.36744</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1510065460.75</float> <float>1522244632.71</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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