forked from DSpace/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'item-edit-bitstreams-table-7.6' into item-edit-bitstrea…
…ms-table-main # Conflicts: # src/app/item-page/edit-item-page/edit-item-page.module.ts # src/app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component.spec.ts # src/app/item-page/edit-item-page/item-bitstreams/item-bitstreams.component.ts # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/item-edit-bitstream-bundle.component.html # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/item-edit-bitstream-bundle.component.spec.ts # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/item-edit-bitstream-bundle.component.ts # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/paginated-drag-and-drop-bitstream-list/paginated-drag-and-drop-bitstream-list.component.html # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/paginated-drag-and-drop-bitstream-list/paginated-drag-and-drop-bitstream-list.component.spec.ts # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/paginated-drag-and-drop-bitstream-list/paginated-drag-and-drop-bitstream-list.component.ts # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-drag-handle/item-edit-bitstream-drag-handle.component.ts # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream/item-edit-bitstream.component.html # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream/item-edit-bitstream.component.spec.ts # src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream/item-edit-bitstream.component.ts # src/app/shared/notifications/models/notification-options.model.ts # src/app/shared/notifications/notifications-board/notifications-board.component.spec.ts # src/app/shared/notifications/notifications-board/notifications-board.component.ts # src/app/shared/pagination-drag-and-drop/abstract-paginated-drag-and-drop-list.component.spec.ts # src/app/shared/pagination-drag-and-drop/abstract-paginated-drag-and-drop-list.component.ts
- Loading branch information
Showing
27 changed files
with
2,676 additions
and
1,346 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
src/app/core/data/object-updates/object-updates.service.stub.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
export class ObjectUpdatesServiceStub { | ||
|
||
initialize = jasmine.createSpy('initialize'); | ||
saveFieldUpdate = jasmine.createSpy('saveFieldUpdate'); | ||
getObjectEntry = jasmine.createSpy('getObjectEntry'); | ||
getFieldState = jasmine.createSpy('getFieldState'); | ||
getFieldUpdates = jasmine.createSpy('getFieldUpdates'); | ||
getFieldUpdatesExclusive = jasmine.createSpy('getFieldUpdatesExclusive'); | ||
isValid = jasmine.createSpy('isValid'); | ||
isValidPage = jasmine.createSpy('isValidPage'); | ||
saveAddFieldUpdate = jasmine.createSpy('saveAddFieldUpdate'); | ||
saveRemoveFieldUpdate = jasmine.createSpy('saveRemoveFieldUpdate'); | ||
saveChangeFieldUpdate = jasmine.createSpy('saveChangeFieldUpdate'); | ||
isSelectedVirtualMetadata = jasmine.createSpy('isSelectedVirtualMetadata'); | ||
setSelectedVirtualMetadata = jasmine.createSpy('setSelectedVirtualMetadata'); | ||
setEditableFieldUpdate = jasmine.createSpy('setEditableFieldUpdate'); | ||
setValidFieldUpdate = jasmine.createSpy('setValidFieldUpdate'); | ||
discardFieldUpdates = jasmine.createSpy('discardFieldUpdates'); | ||
discardAllFieldUpdates = jasmine.createSpy('discardAllFieldUpdates'); | ||
reinstateFieldUpdates = jasmine.createSpy('reinstateFieldUpdates'); | ||
removeSingleFieldUpdate = jasmine.createSpy('removeSingleFieldUpdate'); | ||
getUpdateFields = jasmine.createSpy('getUpdateFields'); | ||
hasUpdates = jasmine.createSpy('hasUpdates'); | ||
isReinstatable = jasmine.createSpy('isReinstatable'); | ||
getLastModified = jasmine.createSpy('getLastModified'); | ||
createPatch = jasmine.createSpy('getPatch'); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.