From 54e93c1ed6c93369337ac94028910da5aab02db2 Mon Sep 17 00:00:00 2001 From: Michael Price Date: Thu, 22 Feb 2018 03:16:20 -0400 Subject: [PATCH] Customize the empty formset message for the document type metadata type relationship view. Signed-off-by: Michael Price --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index eb5c986a0f..3d1bc401da 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -20,6 +20,8 @@ https://gitlab.com/mayan-edms/mayan-edms-vagrant - Add view to show list of events performed by an user. - Allow filtering an event list by clicking on the user column. +- Display a proper message in the document type metadata type relationship + view when there are no metadata types exist. 2.7.3 (2017-09-11) ==================