Преглед изворни кода

Closes #78: Thread: Display all events in timeline

Bastien Sevajol (Algoo) пре 7 година
родитељ
комит
00553db7b1
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      tracim/tracim/templates/thread/getone.mak

+ 1 - 3
tracim/tracim/templates/thread/getone.mak Прегледај датотеку

@@ -116,9 +116,7 @@
116 116
 % for event in result.thread.history:
117 117
     ## TODO - D.A. - 2015-08-20
118 118
     ## Allow to show full history (with status change and archive/unarchive)
119
-    % if event.type.id in ('comment', 'creation'):
120
-        ${WIDGETS.SECURED_HISTORY_VIRTUAL_EVENT(fake_api.current_user, event)}
121
-    % endif
119
+    ${WIDGETS.SECURED_HISTORY_VIRTUAL_EVENT(fake_api.current_user, event)}
122 120
 % endfor
123 121
 
124 122
 ## % for comment in result.thread.comments: