This repository has been archived by the owner on Jan 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [KFI]feat(BatchActions): Add new reducer to handle batch action responses * [KFI]feat(BatchActions): Add copy and move batch actions * [KFI]feat(BatchActions): Modify batchActions reducers to handle general errors also * [KFI]docs(BatchActions): Add some docs to the new reducers * [KFI]test(BatchActions): Fix deleteBatch action tests to handle the new arguments * [KFI]test(DeleteBatch): Fix tests * [KFI]test(Reducers): Add tests to test batch response related reducers * [KFI]fix(BatchActions): Add a path param to copybatch and movebatch to hold the target path * [KFI]test(BatchActions): Add tests for testing the new batch actions * [KFI]fix(BatchActions): Improve deleteBatch Epic * [KFI]feat(Selection): Change select and deselect actions to handle a content except an id * [KFI]test(Selection): Fix selection related tests * [KFI]test(Selection): Fix selected reducer tests * [KFI]feat(Selection): Add a new reducer to hold and handle selected content items for batch actions * [KFI]fix(Selection): Fix selectedContentItems reducer and its tests * [KFI]feat(Selection): Add new functions to return to value of selectedIds and selectedContentItems r * [KFI]test(Selection): Add test for testing new selection reducers * [KFI]feat(DeleteBatch): Change id param to contentItems * [KFI]test(DeleteBatch): Fix deleteBatch related tests to handle content items as a param * [KFI]feat(DeleteBatch): Complete deleteBatch functionality * [KFI]test(DeleteBatch): Fix batch delete related tests * [KFI]fix(BatchActions): Change copy and move batch actions first param to a contenlist object * [KFI]test(BatchActions): Fix tests that are related to the changed param * [KFI]feat(MoveBatch): Add move batch action to the ids and entities reducers * [KFI]test(MoveBatch): Add moveBatch action related tests * [KFI]feat(BatchActionEpics): Add move- and copyBatch epics * [KFI]test(BatchEpics): Add copy- and movebatch epic tests
- Loading branch information
Showing
6 changed files
with
751 additions
and
91 deletions.
There are no files selected for viewing
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.