Explorar el Código

Closes #78: Thread: Display all events in timeline

Bastien Sevajol (Algoo) hace 7 años
padre
commit
00553db7b1
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      tracim/tracim/templates/thread/getone.mak

+ 1 - 3
tracim/tracim/templates/thread/getone.mak Ver fichero

@@ -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: