mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
switched to resource-types for annotations to get around circular dependency issues
This commit is contained in:
@@ -21,7 +21,7 @@ import { ProcessTaskResponse } from './models/process-task-response';
|
||||
* The service handling all REST requests for ClaimedTask
|
||||
*/
|
||||
@Injectable()
|
||||
@dataService(ClaimedTask)
|
||||
@dataService(ClaimedTask.type)
|
||||
export class ClaimedTaskDataService extends TasksService<ClaimedTask> {
|
||||
|
||||
protected responseMsToLive = 10 * 1000;
|
||||
|
Reference in New Issue
Block a user