Commit 0fbbd827 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: display the attachment content type

parent 609d67f9
...@@ -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 || 'application/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.21418.26577.46660</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>1718713363.59</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