Handling the progress sent from the frontend to the controller.

This commit is contained in:
krzysiej
2022-06-08 13:09:54 +02:00
parent 4b22850ac9
commit b1fa15b6f4
7 changed files with 82 additions and 14 deletions

View File

@@ -56,7 +56,11 @@
{% endif %}
<tr>
<th>Progress</th>
<td><progresseditor :read-pages="{{ progress_pages }}" :total-pages="{{ book.pages }}"></progresseditor></td>
<td>
<progresseditor :book-id="{{ book.id }}"
:read-pages="{{ progress_pages }}"
:total-pages="{{ book.pages }}"></progresseditor>
</td>
<th>Pages</th>
<td>{{ book.pages }}</td>
</tr>