Mayan EDMS v4.1.2 Release Notes
Release Date: 2021-10-27 // 7 months ago-
- Don't insert the value
ORGANIZATIONS_URL_BASE_PATH
in the path then it isNone
. - Fix
ModelTemplateField
not displaying theinitial_help_text
for the specific usage instance. Theinitial_help_text
was being removed from thekwargs
in theModelTemplateField
as well as the super class. Workflows improvements.
- Use the templating widget for the workflow document properties modification and the HTTP request actions.
- Consolidate the workflow action help text.
🛠 Fix issue when attempting to create a Document version page OCR update workflow action. Instead of the model class, the template form field now passes the
app_label
and themodel_name
of the model via the widget attributes to avoid Django's attribute template to attempt getting a string representation of the model.
- Don't insert the value