Removed file related fields from book entity except fo the cover.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user