mirror of
https://github.com/plankanban/planka.git
synced 2026-03-01 11:21:46 +03:00
@@ -7,7 +7,7 @@ const { makeRowToModelTransformer } = require('../helpers');
|
||||
|
||||
const transformRowToModel = makeRowToModelTransformer(CustomFieldValue);
|
||||
|
||||
const defaultFind = (criteria, { customFieldGroupIdOrIds }) => {
|
||||
const defaultFind = (criteria, { customFieldGroupIdOrIds } = {}) => {
|
||||
if (customFieldGroupIdOrIds) {
|
||||
criteria.customFieldGroupId = customFieldGroupIdOrIds; // eslint-disable-line no-param-reassign
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user