From 384aed2a9124be02e094e4e70460049f5276a2c9 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 4 Sep 2023 12:40:35 +0300 Subject: [PATCH] fix select with category --- client/src/views/modals/select-records-with-categories.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client/src/views/modals/select-records-with-categories.js b/client/src/views/modals/select-records-with-categories.js index 3cef665909..cc733f5b3c 100644 --- a/client/src/views/modals/select-records-with-categories.js +++ b/client/src/views/modals/select-records-with-categories.js @@ -33,8 +33,11 @@ class SelectRecordsWithCategoriesModalView extends SelectRecordsModal { template = 'modals/select-records-with-categories' - //categoryField = 'category' - //categoryFilterType = 'inCategory' + // Used in applyCategoryToCollection. + // noinspection JSUnusedGlobalSymbols + categoryField = 'category' + // noinspection JSUnusedGlobalSymbols + categoryFilterType = 'inCategory' categoryScope = '' isExpanded = true