mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
made use of embedded resources for relationships in the response that contain a single link for a set of resources rather than enumerate the self link of each resource
This commit is contained in:
@@ -2,10 +2,10 @@ import { Observable } from "rxjs";
|
||||
import { PageInfo } from "../shared/page-info.model";
|
||||
|
||||
export enum RemoteDataState {
|
||||
RequestPending,
|
||||
ResponsePending,
|
||||
Failed,
|
||||
Success
|
||||
RequestPending = <any> "RequestPending",
|
||||
ResponsePending = <any> "ResponsePending",
|
||||
Failed = <any> "Failed",
|
||||
Success = <any> "Success"
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user