Mayan EDMS v4.1.5 Release Notes

Release Date: 2022-02-03 // about 2 years ago
    • πŸ›  Fix CAA document links. Closes GitLab issue #1068. Thanks to Matthias LΓΆblich (@startmat) for the report.
    • βœ‚ Remove superfluous apostrophe character in sort heading markup.
    • πŸ›  Fix email sources processing a single message but performing cleanup on multiple messages. The intended behavior is restore which processed one message and cleans up the processed message only.
    • Fix reference to shared_uploaded_files before the variable being available.
    • 🚚 Use context managers for the IMAP and POP3 sources to remove the possibility of orphaned descriptors.
    • 🌲 Create error log entries for objects that existed before the last error log changes. Fix GitLab issue #1069. Thanks to Will Wright (@fireatwill) for the report.
    • πŸ”¦ Expose the workflow template auto_launch field via the REST API. Thanks to forum user @qra for the request.
    • βž• Add EmailAction subclass for backwards compatibility with existing workflow state actions.
    • πŸ”¦ Expose the checkout datetime, expiration datetime and user fields via the REST API. Thanks to forum user @qra for the request.
    • πŸ”§ Print configuration path value when failing to access error is raised.
    • πŸ›  Fix references to the SourceBackendSANEScanner source backend class.
    • βœ… Reorganize the testing setting modules.
    • βœ‚ Remove unused MySQL testing setting module.