Commit 776c2b0b authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Fix panel href for actions

parent 0c27dcfd
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
result_action_list.push({ result_action_list.push({
title: action_list[i].title, title: action_list[i].title,
class_name: action_list[i].class_name, class_name: action_list[i].class_name,
href: result_list[i + action_list.length] href: result_list[i + workflow_list.length + view_list.length]
}); });
} }
gadget.element.querySelector("dl").innerHTML = panel_template_body_desktop({ gadget.element.querySelector("dl").innerHTML = panel_template_body_desktop({
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>965.14697.10360.3993</string> </value> <value> <string>965.19417.14549.47223</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>1517567841.66</float> <float>1517850106.11</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