You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Checks permissions for deleting or updating a resource on detail view.
* Returns an observable for getting the record instead of the record data directly.
* Converts returns of functions canAdd and canEdit into observable.
* Creates a service for managing records in user interface.
* Fixes issue #2
Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
The functions that control permissions to add, edit or delete a resource must return an observable.
In addition, it is necessary to add a control on the possibility of listing records and seeing the details of a record.
The text was updated successfully, but these errors were encountered: