Commit 515b936b authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Listbox accept the sort parameter

See nexedi/erp5@04939506
parent e733331f
...@@ -50,15 +50,6 @@ ...@@ -50,15 +50,6 @@
.allowPublicAcquisition('updateHeader', function () { .allowPublicAcquisition('updateHeader', function () {
return; return;
}) })
.allowPublicAcquisition('getUrlParameter', function (argument_list) {
return this.getUrlParameter.apply(this, argument_list)
.push(function (result) {
if ((result === undefined) && (argument_list[0] === 'field_listbox_sort_list:json')) {
return [['modification_date', 'descending']];
}
return result;
});
})
.declareMethod("triggerSubmit", function () { .declareMethod("triggerSubmit", function () {
var argument_list = arguments; var argument_list = arguments;
return this.getDeclaredGadget('form_list') return this.getDeclaredGadget('form_list')
...@@ -119,6 +110,7 @@ ...@@ -119,6 +110,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": [['modification_date', 'descending']],
"title": "Documents", "title": "Documents",
"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>968.24003.31720.11707</string> </value> <value> <string>972.18393.56130.7168</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>1529576061.63</float> <float>1544717262.7</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