Skip to content

Reimplemented Address compoments with Rest and redux hooks

Loic Huder requested to merge addresst-hooks into SampleTracking

To make rest-hooks work with our endpoints, I had to twist a bit the Ressource.

Edit and delete are working fine (cache and DB are updated) but creation updates only the DB and not the cache. I think I need to take another shot at this once the endpoint have changed.

Merge request reports