1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-17 18:31:15 +00:00

Don't use column_formatters for column_export_formatters

This commit is contained in:
Mo 2022-07-01 18:47:47 +02:00
parent 07ed25a3ff
commit 19b890265a

View file

@ -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