contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
149 stars 114 forks source link

fix: use filter by id instead of filter by urn in fetchExternalResource function [DANTE-1329] #1626

Open Cyberxon opened 3 months ago

Cyberxon commented 3 months ago

The filter by urn is no longer valid on the backend for external resources so we need to change it to the filter that is working which is by id.

github-actions[bot] commented 2 months ago

Marking pull request as stale since there was no activity for 30 days