From 080553c797ce4948b3c24e985b24001d31772940 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 7 Jul 2019 00:38:47 -0400 Subject: [PATCH] Add trashed date time label and position Signed-off-by: Roberto Rosario --- mayan/apps/documents/apps.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mayan/apps/documents/apps.py b/mayan/apps/documents/apps.py index 0b83d72ce4..0032127a92 100644 --- a/mayan/apps/documents/apps.py +++ b/mayan/apps/documents/apps.py @@ -311,7 +311,8 @@ class DocumentsApp(MayanAppConfig): source=DeletedDocument ) SourceColumn( - attribute='deleted_date_time', source=DeletedDocument + attribute='deleted_date_time', include_label=True, order=99, + source=DeletedDocument ) # DocumentVersion