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