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
For read-only resources we can use JsonApiQueryController to expose only the actions that are associated to reading. However, the only available constructor has a dependency on IResourceService:
If one were to make a resource that is truly read-only, it should not be required to fully implement IResourceService, but just IResourceQueryService should be enough. A constructor should be added to allow for this:
Uh oh!
There was an error while loading. Please reload this page.
For read-only resources we can use
JsonApiQueryController
to expose only the actions that are associated to reading. However, the only available constructor has a dependency onIResourceService
:If one were to make a resource that is truly read-only, it should not be required to fully implement
IResourceService
, but justIResourceQueryService
should be enough. A constructor should be added to allow for this:original issue #535
The text was updated successfully, but these errors were encountered: