Skip to content

bugfix: fix context in resources

Matthieu Fesselier requested to merge bugfix/context-in-resources into master

There was an issue on LDFlex side, which happened when a @context property was defined in a resource. Issue reported here: https://github.com/RubenVerborgh/LDflex/issues/42#issuecomment-548746276

As it has been fixed in one of query-ldflex dependencies, we needed to re-build the libraries and replace it in the source code.

Here is a container used for testing: https://api.coopstarter.happy-dev.fr/resources/
With the following code, before the fix nothing was displayed. It now works fine:

<sib-display
  data-src="https://api.coopstarter.happy-dev.fr/resources/"
  fields="name, description"
></sib-display>

Merge request reports