Skip to content

Commit

Permalink
feat(core): Add table_fields to Ticket Comment
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 ba9d824 commit ef0ff4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/models/ticket/ticket_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class TicketComment(
TenancyObject,
):

table_fields: list = []

save_model_history: bool = False

Expand Down

0 comments on commit ef0ff4a

Please sign in to comment.