mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Refactored to remove forceBypassCache param from requestService and from data service classes.
This commit is contained in:
@@ -29,7 +29,6 @@ class TestTask extends TaskObject {
|
||||
|
||||
class TestService extends TasksService<TestTask> {
|
||||
protected linkPath = LINK_NAME;
|
||||
protected forceBypassCache = true;
|
||||
|
||||
constructor(
|
||||
protected requestService: RequestService,
|
||||
|
Reference in New Issue
Block a user