mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-15 18:42:35 +02:00
Do the full update ticket flow when followups are posted from the API
This commit is contained in:
committed by
Timothy Hobbs
parent
ffb7522e79
commit
9526ca9820
@ -274,15 +274,15 @@ class TicketTest(APITestCase):
|
||||
'followup_set': [OrderedDict([
|
||||
('id', 1),
|
||||
('ticket', 1),
|
||||
('date', '2022-06-30T23:09:44'),
|
||||
('user', 1),
|
||||
('title', 'Ticket Opened'),
|
||||
('comment', 'Test description\nMulti lines'),
|
||||
('public', True),
|
||||
('user', 1),
|
||||
('new_status', None),
|
||||
('message_id', None),
|
||||
('time_spent', None),
|
||||
('followupattachment_set', [])
|
||||
('followupattachment_set', []),
|
||||
('date', '2022-06-30T23:09:44'),
|
||||
('message_id', None),
|
||||
])],
|
||||
'custom_varchar': 'test',
|
||||
'custom_text': 'multi\nline',
|
||||
|
Reference in New Issue
Block a user