-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make changes for import/export module to work properly #4270
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
30ab5da
pass checked document ids to toolbar
ETLaurent 5cbec97
use dismissProgressNotification
ETLaurent c714926
pass notification options and sent results as an event in notif
ETLaurent 3b06f5e
remove notification options and use req.body.messages to sent results…
ETLaurent 7c94ea6
adds the option originalResponse to the http remote method for the ba…
ValJed ccb5c18
disable export for users
ETLaurent eaf5179
importExport
ETLaurent b376997
adds new color variable
ValJed fc15e25
allows to pass existing ID to attachment insert method
ValJed bea905a
when passing attachmentId check if this one exists already
ValJed f1eb181
adds update method
ValJed a560591
returns promise in order to wait if needed
ValJed 5346f26
starts notification with percentage of 0 to avoid NaN
ValJed e9f7a0c
removes an useless return satement
ValJed 66989c4
in attachment update method, make sure to delete the existing retriev…
ValJed 2b62ecf
Merge remote-tracking branch 'origin/main' into pro-4261-export-docs
ETLaurent 6d88220
fixes lint
ValJed 26df2d0
adds changelog
ValJed b1b72c2
minor changes
ValJed 2c6f00a
compute new docIds and archivedDocIds when updating attachment to ver…
ValJed 734e292
moves import export related options to the module itself
ValJed 90f9fb3
only gets existing related docs from IDs
ValJed 92b8054
Merge remote-tracking branch 'origin/main' into pro-4261-export-docs
ETLaurent 526c519
typos
ETLaurent 8af5ac0
typo
ETLaurent 4ba007d
use docIds and archivedDocIds from existing attachment to get related…
ETLaurent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@boutell is this what you meant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes sorry