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" class="row justify-center"
> >
<q-pagination <q-pagination
:value="deviceListCurrentPage" :model-value="deviceListCurrentPage"
:max="deviceListLastPage" :max="deviceListLastPage"
@input="loadDeviceListItemsFiltered" @update:model-value="loadDeviceListItemsFiltered"
/> />
</div> </div>
<csc-list-spinner <csc-list-spinner

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

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

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

Loading…
Cancel
Save