mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
65272: filter relationship metadata when displaying on item-metadata, keep them stored in the object-updates store
This commit is contained in:
@@ -6,6 +6,6 @@ import { RestRequestMethod } from './rest-request-method';
|
||||
* Represents a data service to update a given object
|
||||
*/
|
||||
export interface UpdateDataService<T> {
|
||||
update(object: T, ignoreMetadataFields?: string[]): Observable<RemoteData<T>>;
|
||||
update(object: T): Observable<RemoteData<T>>;
|
||||
commitUpdates(method?: RestRequestMethod);
|
||||
}
|
||||
|
Reference in New Issue
Block a user