Skip to content

feature: load permissions async

Matthieu Fesselier requested to merge feature/async-load-permissions into beta

Related to djangoldp-packages/djangoldp!224 (closed)

Should be retro-compatible

Example in the test:

  • load the skills in a solid-display to have each skill in cache
  • skill-2 does not have permissions when loaded
  • click on the button set skill-2 as a data-src for the ac-checker -> the store is supposed to re-fetch skill-2 to load the permissions

Merge request reports