MT#59800 Impossible to go to next page for seat configuration

Change-Id: I9a53696fbe6abd9aca03afb72a4a1bca6e09fba2
(cherry picked from commit d79b65645c)
(cherry picked from commit 51b80f3553)
mr11.5.1
Hugo Zigha 1 year ago committed by Marco Capetta
parent 13258b5f59
commit 385b0a19b2

@ -71,9 +71,9 @@
class="row justify-center"
>
<q-pagination
:value="deviceListCurrentPage"
:model-value="deviceListCurrentPage"
:max="deviceListLastPage"
@input="loadDeviceListItemsFiltered"
@update:model-value="loadDeviceListItemsFiltered"
/>
</div>
<csc-list-spinner

@ -73,9 +73,9 @@
class="row justify-center"
>
<q-pagination
:value="groupListCurrentPage"
:model-value="groupListCurrentPage"
:max="groupListLastPage"
@input="loadGroupListItemsPaginated"
@update:model-value="loadGroupListItemsPaginated"
/>
</div>
<csc-list-spinner

@ -56,9 +56,9 @@
class="row justify-center"
>
<q-pagination
:value="seatListCurrentPage"
:model-value="seatListCurrentPage"
:max="seatListLastPage"
@input="loadSeatListItemsPaginated"
@update:model-value="loadSeatListItemsPaginated"
/>
</div>
<div

@ -37,9 +37,9 @@
class="row justify-center"
>
<q-pagination
:value="soundSetListCurrentPage"
:model-value="soundSetListCurrentPage"
:max="soundSetListLastPage"
@input="loadSoundSetListPaginated"
@update:model-value="loadSoundSetListPaginated"
/>
</div>
<csc-list-spinner

Loading…
Cancel
Save