v1.1.6.1
fix(refactor): IsEntityFiltered to detect custom-entity filters via resolvers and request params
Summary
- Retrieve catalog and custom-entity layers through their resolvers to avoid direct ObjectManager use
- Inspect request parameters against the filter list instead of relying on an uninitialized layer state
- Keep existing catalog-layer filter detection logic unchanged
Full Changelog: v1.1.6...v1.1.6.1