Commit 44083402 authored by Lu Xu's avatar Lu Xu 👀

erp5_officejs: modify the worklists' name on UI

parent 05fbc66f
......@@ -36,12 +36,12 @@
var line_list = [];
line_list.push({
link: result[0],
title: "Smart Assistant To Open",
title: "Smart Assistant to Start Processing",
count: result[2].data.total_rows
});
line_list.push({
link: result[1],
title: "Smart Assistant To Process",
title: "Smart Assistant to Finish Processing",
count: result[3].data.total_rows
});
gadget.element.querySelector('.document_list').innerHTML = table_template({
......
......@@ -237,7 +237,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>980.55520.60459.62225</string> </value>
<value> <string>980.55522.45631.42939</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -255,7 +255,7 @@
</tuple>
<state>
<tuple>
<float>1577788961.74</float>
<float>1577990829.46</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