Skip to content

Commit

Permalink
feat(core): Add table_fields to Ticket Linked Item
Browse files Browse the repository at this point in the history
ref:  #345 #346
  • Loading branch information
jon-nfc committed Oct 12, 2024
1 parent ef0ff4a commit fc74bd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/core/models/ticket/ticket_linked_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ class Modules(models.IntegerChoices):
verbose_name = 'Item ID',
)

table_fields: list = [
'display_name',
'status_badge',
'created'
]

def __str__(self) -> str:

item_type: str = None
Expand Down

0 comments on commit fc74bd1

Please sign in to comment.