diff --git a/HISTORY.rst b/HISTORY.rst index 37d2425638..d72c7ede29 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,7 +9,7 @@ file_metadata app. * Add internal_name field to workflow serializer. Fixes workflow API creation view. -* Fix document cabinet list view. Thanks for forum user +* Fix document cabinet list API view. Thanks for forum user "jere" for the report. Forum topic 1039. 3.2.6 (2019-07-10) diff --git a/docs/conf.py b/docs/conf.py index 210f696c85..9031dfd8c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -242,6 +242,9 @@ extlinks = { mayan.__django_version__ ), 'Django documentation section: ' ), + 'forum-topic': ( + 'https://forum.mayan-edms.com/viewtopic.php?t=%s', 'Forum topic #' + ), 'github-issue': ( 'https://github.com/mayan-edms/mayan-edms/issues/%s', 'GitHub issue #' ), diff --git a/docs/releases/3.2.7.rst b/docs/releases/3.2.7.rst index 61175e2687..a56cf2986b 100644 --- a/docs/releases/3.2.7.rst +++ b/docs/releases/3.2.7.rst @@ -8,15 +8,15 @@ Changes ------- - Fix checkouts form bug. Fixes GitLab issue #654 - Thanks to Lucius Schaerer (@lschaer1) for the report. + Thanks to Lucius Schaerer (@lschaer1) for the report. - Disable pagination current page button Current page button was clickable and would cause the single page navigation to jump to the home view. - Remove redundant Celery queue declarations from the file_metadata app. -- Add internal_name field to workflow serializer. +- Add internal_name field to workflow serializer. Fixes workflow API creation view. -- Fix document cabinet list view. Thanks for forum user +- Fix document cabinet list API view. Thanks for forum user "jere" for the report. Forum topic 1039. Removals @@ -111,5 +111,6 @@ Bugs fixed or issues closed --------------------------- - :gitlab-issue:`654` Internal Server Error, Document Checkout +- :forum-topic:`1039` Re: /api/documents/{id}/cabinets returns 500 .. _PyPI: https://pypi.python.org/pypi/mayan-edms/