Closed labudzinski closed 7 months ago
Thank you for reporting this issue!
This is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the BrandOriented team.
Thank you!
@labudzinski We do not set mappings for the fields that we filter. This is the cause of why the filters sometimes do not work.
Pimcore version(s) affected
3.0.0
Description
After selecting filters, it should show assets that meet the filtering criteria and there should be no deviation from that. Currently, after selecting filters, it shows nothing. It should be possible to select more than one filter and no errors should pop up as a result. Currently, after selecting more than one filter, it pops up "GET /api/v1/assets/folder failed: Error: GET /tree-items failed: Internal Server Error (500)"
Also, no request is sent to the API, after choice any filter value.
How to reproduce
Choose a filter value in the CIHUB Plugin
Possible Solution
No response
Additional Context
No response