create ticket
This commit is contained in:
SDE
2023-08-01 17:59:32 +03:00
parent dd19068bac
commit 6461c35f1b
3 changed files with 35 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ class TicketForm(forms.ModelForm):
class Meta:
model = MsgGroup
exclude = [
'files'
'files', 'status', 'owner', 'manager'
# 'name', 'name_plural', 'order', 'createDT', 'modifiedDT', 'enable', 'json_data',
# 'receive_msg_by_sms', 'owner', 'owner_type'
]