-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make changes for import/export module to work properly (#4270)
* pass checked document ids to toolbar * use dismissProgressNotification * pass notification options and sent results as an event in notif * remove notification options and use req.body.messages to sent results as an event in notif * adds the option originalResponse to the http remote method for the backend * disable export for users * importExport * adds new color variable * allows to pass existing ID to attachment insert method * when passing attachmentId check if this one exists already * adds update method * returns promise in order to wait if needed * starts notification with percentage of 0 to avoid NaN * removes an useless return satement * in attachment update method, make sure to delete the existing retrieved attachment * fixes lint * adds changelog * minor changes * compute new docIds and archivedDocIds when updating attachment to verify they exist * moves import export related options to the module itself * only gets existing related docs from IDs * typos * typo * use docIds and archivedDocIds from existing attachment to get related docs --------- Co-authored-by: Jed <[email protected]>
- Loading branch information
Showing
9 changed files
with
85 additions
and
9 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
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
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