From 19b890265a869cb13d18d1c0739d4d3fb7a311d2 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Fri, 1 Jul 2022 18:47:47 +0200 Subject: [PATCH] Don't use column_formatters for column_export_formatters --- advlabdb/customClasses.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/advlabdb/customClasses.py b/advlabdb/customClasses.py index 43b8b81..a987be6 100644 --- a/advlabdb/customClasses.py +++ b/advlabdb/customClasses.py @@ -103,6 +103,9 @@ class CustomModelView(ModelView): refreshFiltersCache = False + # Should not be a copy of column_formatters + # because of link formatting. + column_formatters_export = {} # Used in the UserView because of create_user # Should not be touched in other views _skip_session_addition_on_model_creation = False