소스 검색

added 'FIXME' to a comment

Skylsmoi 7 년 전
부모
커밋
eb6772c390
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tracim/tracim/templates/file/getone.mak

+ 1 - 1
tracim/tracim/templates/file/getone.mak 파일 보기

@@ -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
               })()