Skip to content

bugfix: federation range #547

Matthieu Fesselier requested to merge bugfix/547-federation-range into master

Example to test:

  <sib-form
    fields="users"
    range-users="https://api.test-paris.happy-dev.fr/sources/circles/"
  ></sib-form>

With this bugfix comes:

  • update of the examples following the fix of !297 (merged)
  • make the store.initGraph return the fetched resource to improve the syntax of the code

Merge request reports