From 89278e6856771806d2cc521b2bb37ff0edac9fea Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 7 Nov 2024 20:48:37 +0200 Subject: [PATCH] view user access filter active --- client/src/handlers/record/view-user-access.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/handlers/record/view-user-access.js b/client/src/handlers/record/view-user-access.js index 9f3ccd5945..a72729c788 100644 --- a/client/src/handlers/record/view-user-access.js +++ b/client/src/handlers/record/view-user-access.js @@ -25,6 +25,7 @@ * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. ************************************************************************/ + import RelatedListModalView from 'views/modals/related-list'; export default class { @@ -84,6 +85,7 @@ export default class { maxSize: this.view.getConfig().get('recordsPerPageSmall'), rowActionsView: null, listLayout: listLayout, + filter: 'active', }); await this.view.assignView('dialog', view);