Removed file related fields from book entity except fo the cover.

This commit is contained in:
krzysiej
2022-05-20 15:13:22 +02:00
parent d8b2f1c798
commit cd622f1c05
2 changed files with 0 additions and 12 deletions

View File

@@ -31,14 +31,6 @@
<th>Publish_date</th>
<td>{{ book.publishDate ? book.publishDate|date('Y-m-d') : '' }}</td>
</tr>
<tr>
<th>Filename</th>
<td>{{ book.filename }}</td>
</tr>
<tr>
<th>Original_filename</th>
<td>{{ book.originalFilename }}</td>
</tr>
</tbody>
</table>