Commit 7bf5b7a9 authored by Roque's avatar Roque

erp5_web_project_ui: bug fixing for nested project lines children

parent a436e1b4
......@@ -62,7 +62,7 @@
if (segments.length === 2) {
return id;
}
return segments.slice(0, -1).join("/");
return segments.slice(0, 2).join("/");
}
function getProjectHtlmElementId(project_id, type, suffix, hash_selector) {
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>982.32514.48282.8072</string> </value>
<value> <string>982.32521.27013.3925</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1584100120.35</float>
<float>1584100413.1</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