diff --git a/HISTORY.rst b/HISTORY.rst index 4feddded82..cfacdc86aa 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -243,6 +243,7 @@ the links belong to when there is more than one menu. - Remove the sidebar menu and unify its links with the secondary menu. +- Increate the default maximum title lenght to 120 characters. 3.1.9 (2018-11-01) diff --git a/mayan/apps/appearance/literals.py b/mayan/apps/appearance/literals.py index 6266e3e975..87ce87d1f8 100644 --- a/mayan/apps/appearance/literals.py +++ b/mayan/apps/appearance/literals.py @@ -1 +1 @@ -DEFAULT_MAXIMUM_TITLE_LENGTH = 80 +DEFAULT_MAXIMUM_TITLE_LENGTH = 120