Commit e362d623 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: thread reader can display any kind of event

parent 0fbbd827
Pipeline #35399 failed with stage
in 0 seconds
......@@ -222,7 +222,7 @@
}
var source_title = entry.value[gadget.state.source_column] || '',
attachment_list = entry.value
.DiscussionPost_getAttachmentList || [],
.Event_getAttachmentList || [],
attachment_element_list = [],
j,
word_list = source_title.split(' '),
......@@ -320,7 +320,7 @@
limit: limit_options,
select_list: ['asStrippedHTML', gadget.state.date_column,
gadget.state.source_column,
'DiscussionPost_getAttachmentList'],
'Event_getAttachmentList'],
sort_on: [[gadget.state.date_column, 'ASC'], ['uid', 'ASC']]
})
.push(function (result) {
......
......@@ -238,7 +238,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>1017.21418.26577.46660</string> </value>
<value> <string>1017.21412.29767.13277</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -258,7 +258,7 @@
</tuple>
<state>
<tuple>
<float>1718713363.59</float>
<float>1718640624.19</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