mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
Merge branch 'master' into w2p-70237_entities-orgunit-submission-fix
This commit is contained in:
@@ -69,6 +69,8 @@ function addToServerSyncQueue(state: ServerSyncBufferState, action: AddToSSBActi
|
||||
const actionEntry = action.payload as ServerSyncBufferEntry;
|
||||
if (hasNoValue(state.buffer.find((entry) => entry.href === actionEntry.href && entry.method === actionEntry.method))) {
|
||||
return Object.assign({}, state, { buffer: state.buffer.concat(actionEntry) });
|
||||
} else {
|
||||
return state;
|
||||
}
|
||||
return state;
|
||||
}
|
||||
|
Reference in New Issue
Block a user