Mayan EDMS v3.4.10 Release Notes

Release Date: 2020-06-24 // almost 4 years ago
    • 🛠 Fix repeated columns in the document index node list view.
    • Rephrase the help text for the workflow state action and transition condition field.
    • Switch direction of dropdowns when there is not enough area left at the bottom. Close GitLab issue #830. Thanks to Bw (@bwakkie) for the report.
    • 🐳 Minor fixes to the optional services in the default Docker compose file.
    • ➕ Add support for selecting texts in cards.
    • 👍 Allow passing environment entries to the Tesseract OCR backend.
    • ⚡️ Update Sphinx from version 2.4.4 to version 3.0.3 and django-cors-headers from version 2.5.2 to version 3.2.1. Closes GitLab issue #835. Thanks to Girum Bizuayehu (@gbizuayehu) for the report.
    • 👍 Allow using non unique GID and UID when starting the Docker image. Closes GitLab issue #834. Thanks to Alexander Schlüter (@alexschlueter) for the report and solution.
    • Fix the storage name used in the DOCUMENTS_CACHE_MAXIMUM_SIZE callback function. Closes GitLab issue #838. Thanks to forum user @Obelix1981 for the report and debug information.
    • ➕ Add a dependency tracking for the graphviz dot executable used to generate workflow previews. It is not possible to pass a path to the graphviz Python library therefore this setting is only informational.
    • ⚡️ Update Django from version 2.2.12 to version 2.2.13.
    • Convert the document indexing task retry delay constant into a setting option. The option name is DOCUMENT_INDEXING_TASK_RETRY_DELAY and defaults to the previous value of 5 seconds.