mirror of
https://github.com/strapi/strapi.git
synced 2025-09-16 12:02:41 +00:00
Remove dynamic zone filters
This commit is contained in:
parent
3eafe1c6e1
commit
81fff98c31
@ -263,6 +263,11 @@ const convertFiltersQueryParams = (filters, schema) => {
|
|||||||
else if (attribute.type === 'media') {
|
else if (attribute.type === 'media') {
|
||||||
filters[key] = sanitizeFilters(value, strapi.getModel('plugin::upload.file'));
|
filters[key] = sanitizeFilters(value, strapi.getModel('plugin::upload.file'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Dynamic Zones
|
||||||
|
else if (attribute.type === 'dynamiczone') {
|
||||||
|
removeOperator();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handle operators
|
// Handle operators
|
||||||
|
Loading…
x
Reference in New Issue
Block a user