...
- Bugfix - User changes of email fields lost after document copying
- Bugfix - Draft saving fails with invalid email address inserted in to/cc/bcc
- Bugfix - EML/MSG files with "Message-Id" header not recognized
- Certain email files (.eml or .msg) containing the header "Message-Id" instead of the standard "Message-ID", caused the message ID extraction to fail.
- Bugfix - Misleading error instead of OOM for PDL Compare
- Enhanced OOM error handling so the user is clearly informed of an OOM situation.
- Bugfix - Healthcheck false alarms due to transient container issues
- Bugfix - "Edit" label shown instead of "View" for final (read-only) documents
- New keywords-based setting to skip attachment scanning. Introduced a new setting in the `PAT_DMS_SETTINGS` table: `do.not.scan.text.attachments.exclusion.keywords`
This is a JSON string array that can contain one or more keywords. If an email’s subject includes any of those keywords, the system will skip scanning attachments for a case reference.
- Users who rely on certain keywords in subject lines can now exclude those emails from attachment scanning.
- "filename.edit.allowed" setting in PAT_DMS_SETTINGS (enable/disable filename editing)
- By default, the value is set to `true`, which means file name editing is enabled.
- If set to `false`, file name editing in the CaseBrowser interface will be disabled.
- CaseBrowser Tomcat webserver updated from 7.0.109 to 9.0.98
- Upload File upload limit increased to 1 gigabyte.
...