Don't provide a default for the scanner source adf_mode. Some scanners throw an error even when the selection if supported.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-07 20:58:50 -04:00
parent 3e58fd4e38
commit 460570ed05
5 changed files with 25 additions and 69 deletions

View File

@@ -519,6 +519,8 @@ Other changes worth mentioning
- Fix error when trying to upload a document from and email account with 'from' and 'subject' metadata.
- Fix typo on message.header get from 'Suject' to 'Subject'.
- On multi part emails keep the original From and Subject properties for all subsequent parts if the sub parts don't specify them. Fixes issue #481. Thanks to Robert Schöftner @robert.schoeftner for the report and debug information.
- Don't provide a default for the scanner source adf_mode. Some scanners throw an error even when the selection
if supported.
Removals
--------