Mayan EDMS v4.2.10 Release Notes

Release Date: 2022-08-20 // over 1 year ago
    • ๐Ÿ‘‰ Make file improvements. Don't require a local psql client to launch the PostgreSQL development container. Don't require a local Redis client to launch the Redis development container. Fix the staging targets.
    • ๐Ÿ‘ป Display exception errors to console when Celery fails to initialize.
    • ๐Ÿ‘‰ Use the DownloadFile filename attribute if available when performing the actual download action. Fall back to the previous logic of the string representation of the download file if the filename attribute is not set.
    • Ensure cabinet document is added using the correct method when using the upload wizard. Closes GitLab issue #1118. Thanks to haithoum (@haithembenammar) for the report.
    • ๐Ÿ‘Œ Improve cabinet, metadata, and tag app tests.
    • Ensure document tag is attached using the correct method when using the upload wizard. Same issue to GitLab issue #1118. Thanks to haithoum (@haithembenammar) for the initial report.