Commit 53885bbc authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Fix getUrlParameter acquisition handling

parent b024a20e
......@@ -18,7 +18,7 @@
return;
})
.allowPublicAcquisition('getUrlParameter', function (argument_list) {
return this.getUrlParameter(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']];
......
......@@ -230,7 +230,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.26374.14159.14984</string> </value>
<value> <string>964.17304.25136.14216</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -248,7 +248,7 @@
</tuple>
<state>
<tuple>
<float>1497280369.17</float>
<float>1513849015.9</float>
<string>UTC</string>
</tuple>
</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