Skip to content

Commit

Permalink
added can edit image name inline
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenstyp committed Mar 22, 2024
1 parent ccc19e7 commit ae6b53e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Snackbar/Adminpage/MyUserModelView.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ class MyUserModelView(ModelView):
column_exclude_list = ['history', 'inpayment', ]
form_excluded_columns = ['history', 'inpayment']
can_set_page_size = True

can_edit = True
column_editable_list = ('imageName',)
# column_descriptions = dict(
# firstName='Name of the corresponding person'
# )
Expand Down

0 comments on commit ae6b53e

Please sign in to comment.