mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Don't use column_formatters for column_export_formatters
This commit is contained in:
parent
07ed25a3ff
commit
19b890265a
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ class CustomModelView(ModelView):
|
||||||
|
|
||||||
refreshFiltersCache = False
|
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
|
# Used in the UserView because of create_user
|
||||||
# Should not be touched in other views
|
# Should not be touched in other views
|
||||||
_skip_session_addition_on_model_creation = False
|
_skip_session_addition_on_model_creation = False
|
||||||
|
|
Loading…
Reference in a new issue