Commit d77f960a authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: display the attachment content type

parent 6b63dc77
...@@ -241,7 +241,10 @@ ...@@ -241,7 +241,10 @@
text: attachment_list[j].title, text: attachment_list[j].title,
href: attachment_list[j].url, href: attachment_list[j].url,
download: attachment_list[j].title download: attachment_list[j].title
}) }),
' (',
attachment_list[j].content_type || 'attachment/octet-stream',
')'
]) ])
); );
} }
......
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1010.61000.1041.39372</string> </value> <value> <string>1017.21009.60301.28108</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1693928044.6</float> <float>1718616130.73</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