Commit 73c6e73a authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs: codeeditor: fix limit of files

parent 9ef05039
......@@ -108,7 +108,7 @@
query: 'portal_type:("Web Page","Web Script","Web Manifest","Web Style")',
select_list: ['title', 'url_string', 'language',
'description', 'version', 'modification_date'],
limit: [0, 30],
limit: [0, 1234567890],
sort_on: [["modification_date", "descending"]]
}
});
......
......@@ -218,7 +218,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>956.6007.38929.28142</string> </value>
<value> <string>956.45733.11712.45516</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -236,7 +236,7 @@
</tuple>
<state>
<tuple>
<float>1482489261.44</float>
<float>1484644598.55</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -16,7 +16,7 @@
// XXX This drop the signature lists...
query: {
query: 'portal_type: ("Web Page","Web Script","Web Manifest","Web Style")',
limit: [0, 30],
limit: [0, 1234567890],
sort_on: [["modification_date", "descending"]]
},
signature_storage: {
......
......@@ -240,7 +240,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>956.9817.56021.27750</string> </value>
<value> <string>956.45740.43126.27118</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -258,7 +258,7 @@
</tuple>
<state>
<tuple>
<float>1482490948.17</float>
<float>1484644952.02</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