Please read the release notes before upgrading: https://docs.mayan-edms.com/releases/3.4.15.html
Package locations
Docker image available at: https://hub.docker.com/r/mayanedms/mayanedms
Python packages available at: https://pypi.org/project/mayan-edms/3.4.15/ and installed via:
Code: Select all
pip install mayan-edms==3.4.15
Changes
API
A new API endpoint was added to show the valid permissions for a model. This is useful when creating or editing ACLs via the API. The URL for the new endpoint is: /api/objects/{app}/{model}/permissions/.
Comments
An issue was fixed where the incorrect user was shown in the logs for the comment edit event. A limitation in the API library used does not allow passing the correct user to the event system. Therefore a future feature was backported and applied only to the comments model to solve the issue.
Settings
The chapter description the settings system was expanded to show the loading order and the priority of the different setting methods.
Workflows
An bug was fixed the caused an error when adding a text area widget for a workflow transition field.
Removals
- None
Backward incompatible changes
- None
Issues closed
- GitLab issue #813 Redis password change is ignored
- GitLab issue #862 Missing Widget Keyword Arguments on transition fields lead to MediaDefiningClass object argument after ** must be a mapping, not NoneType
- viewtopic.php?t=2858 Get allowable ACL permissions for an object
- viewtopic.php?t=2890 Rest API: Bug in documents_comments_update