mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
Intermediate commit detect duplicate
This commit is contained in:
@@ -18,6 +18,8 @@ export class JsonPatchOperationPathCombiner {
|
||||
constructor(rootElement, ...subRootElements: string[]) {
|
||||
this._rootElement = rootElement;
|
||||
this._subRootElement = subRootElements.join('/');
|
||||
console.log(subRootElements);
|
||||
console.log(this._subRootElement);
|
||||
}
|
||||
|
||||
get rootElement(): string {
|
||||
|
Reference in New Issue
Block a user