mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Ticketing updates
- Bugfix: Prevent tickets from being assigned to disabled techs - Bugfix: Un-assign all open tickets when a tech account is disabled - Allow auto-assignment of recurring/scheduled tickets to an agent/tech (#901) - Rework layout of recurring/scheduled ticket modal
This commit is contained in:
1
db.sql
1
db.sql
@@ -1090,6 +1090,7 @@ CREATE TABLE `scheduled_tickets` (
|
||||
`scheduled_ticket_created_at` datetime NOT NULL DEFAULT current_timestamp(),
|
||||
`scheduled_ticket_updated_at` datetime DEFAULT NULL ON UPDATE current_timestamp(),
|
||||
`scheduled_ticket_created_by` int(11) NOT NULL DEFAULT 0,
|
||||
`scheduled_ticket_assigned_to` int(11) NOT NULL DEFAULT 0,
|
||||
`scheduled_ticket_client_id` int(11) NOT NULL DEFAULT 0,
|
||||
`scheduled_ticket_contact_id` int(11) NOT NULL DEFAULT 0,
|
||||
`scheduled_ticket_asset_id` int(11) NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user