Skip to content

Commit

Permalink
fix(settings): Add attribute table_fields to External Links model
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 7, 2024
1 parent d69251a commit d8a6e80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/settings/models/external_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ class Meta:
},
]


table_fields: list = [
'name',
'organization',
'created',
'modified'
]


def __str__(self):
""" Return the Template to render """

Expand Down

0 comments on commit d8a6e80

Please sign in to comment.