Browse Source

added 'FIXME' to a comment

Skylsmoi 7 years ago
parent
commit
eb6772c390
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/templates/file/getone.mak

+ 1 - 1
tracim/tracim/templates/file/getone.mak View File

127
                     modifiedAt: '${h.format_short(created_localized)|n}',
127
                     modifiedAt: '${h.format_short(created_localized)|n}',
128
                     owner: '${result.file.owner.name}',
128
                     owner: '${result.file.owner.name}',
129
                     sourceLink: '${download_url}',
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
               })()