mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-04-10 20:48:36 +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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue