updated ticket plugin to the new ezc api (child spaces were removed)

This commit is contained in:
2021-06-29 23:42:57 +02:00
parent 66173c7a31
commit 0f78968579
10 changed files with 237 additions and 259 deletions

View File

@@ -199,6 +199,9 @@ void CreateTicket::MakePost()
Submit(ticket, item);
ticket_info->ticket = ticket_info->GetEmptyTicket(); // ticket was deleted by Submit() method -- RemoveTmpTicket() was used
}
cur->request->is_item = true;
cur->request->models.Add(L"item", item);
}