dasch-swiss / knora-ui

Reusable GUI elements for Knora
https://dasch-swiss.github.io/knora-ui
7 stars 1 forks source link

Update group services #317

Closed kilchenmann closed 4 years ago

kilchenmann commented 5 years ago

We have to update the methods in the groups service because of a breaking change in Knora: dhlab-basel/Knora#1411 and a bug in Kuirl dhlab-basel/Kuirl#76

flavens commented 5 years ago

@kilchenmann in knora/core we are not using the wrong path /admin/groups/members/GROUP_IRI in the groups service. It comes from somewhere else.

flavens commented 5 years ago

This is an issue in the test server data.

kilchenmann commented 5 years ago

This is an issue in the test server data.

Yes but we have to update the group service anyway

flavens commented 5 years ago

@kilchenmann Do you mean adding a method UpdateGroupe in the service? Or updating all existing methods and adding new ones?

kilchenmann commented 5 years ago

I mean extend the service to editing group, delete group etc. We have to add all missing methods to the service.

kilchenmann commented 4 years ago

This service will be replaced by knora-api-js-lib.