Explorar el Código

added 'FIXME' to a comment

Skylsmoi hace 7 años
padre
commit
eb6772c390
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tracim/tracim/templates/file/getone.mak

+ 1 - 1
tracim/tracim/templates/file/getone.mak Ver fichero

@@ -127,7 +127,7 @@
127 127
                     modifiedAt: '${h.format_short(created_localized)|n}',
128 128
                     owner: '${result.file.owner.name}',
129 129
                     sourceLink: '${download_url}',
130
-                    pdfAvailable: false // Côme - 2017/07/24 - backend should return this information
130
+                    pdfAvailable: false // FIXME - Côme - 2017/07/24 - backend should return this information
131 131
                   }
132 132
                 )
133 133
               })()