From 4e1fbbf629ac23113c2b47af660e7dcd85aca651 Mon Sep 17 00:00:00 2001 From: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Date: Wed, 31 Aug 2022 02:55:24 +0800 Subject: [PATCH] Fix pagination on disabled o2m and m2m fields (#15304) * fix pagination on disabled o2m and m2m * alternative fix and hide per-page Co-authored-by: Rijk van Zanten --- app/src/interfaces/list-m2m/list-m2m.vue | 9 ++------- app/src/interfaces/list-o2m/list-o2m.vue | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/app/src/interfaces/list-m2m/list-m2m.vue b/app/src/interfaces/list-m2m/list-m2m.vue index e87454f617..3361cae28b 100644 --- a/app/src/interfaces/list-m2m/list-m2m.vue +++ b/app/src/interfaces/list-m2m/list-m2m.vue @@ -145,13 +145,8 @@