esmero / strawberryfield

A Field of strawberries
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Make sure Key Name provider (JSONLD) cache is cleared if initially URL was wrong #212

Closed DiegoPino closed 2 months ago

DiegoPino commented 2 years ago

What?

Sort of an edge case. But we cache JSON-LD provided keys. Issue is that if the URL added to such a key name provider is wrong initially and you save, the default kicks in (good) but once you correct that the cache with the default persist. There is a broken logic on the Cache clearing, which might be on the Field properties caching or the key name provider caching (internal) but needs to be fixed

This is a bug, and edge case but a bug

@giancarlobi @aksm @alliomeria

DiegoPino commented 2 months ago

Resolved since 1.0.0