ソースを参照

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