From 21da6742b0cc152d213ceac6a0d19745c9436e2a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 22 Feb 2019 23:48:04 -0400 Subject: [PATCH] Increate default maximum title lenght to 120 Signed-off-by: Roberto Rosario --- HISTORY.rst | 1 + mayan/apps/appearance/literals.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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