Commit 68890a29 authored by Frank Bergmann's avatar Frank Bergmann

- update forum query to include end_date

parent e1384ed5
...@@ -17,18 +17,8 @@ ...@@ -17,18 +17,8 @@
<fullquery name="im_forum_component.forum_query"> <fullquery name="im_forum_component.forum_query">
<querytext> <querytext>
select select
t.topic_id, t.*,
t.owner_id,
t.object_id,
t.parent_id,
t.topic_type_id,
t.topic_status_id,
to_char(t.posting_date, :date_format) as posting_date, to_char(t.posting_date, :date_format) as posting_date,
t.owner_id,
t.scope,
t.subject,
t.message,
t.priority,
to_char(t.due_date, :date_format) as due_date, to_char(t.due_date, :date_format) as due_date,
CASE WHEN due_date < now() and t.topic_type_id in (1102, 1104) CASE WHEN due_date < now() and t.topic_type_id in (1102, 1104)
THEN 1 THEN 1
......
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