Jared Vititoe jared
  • Joined on 2024-11-30
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 14:17:52 -04:00
9a8940b9d0 Fix createTicket duplicate-key retry handler for PHP 8.2
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 14:11:50 -04:00
f7321863e6 Merge remote-tracking branch 'origin/main' into development
b385e177ec Merge branch 'development'
f9faca55bb Merge branch 'development'
1a85d20b8e Merge branch 'development'
a62123236d Merge branch 'development'
Compare 10 commits »
jared pushed to main at LotusGuild/tinker_tickets 2026-04-11 14:11:31 -04:00
f7321863e6 Merge remote-tracking branch 'origin/main' into development
d21691a548 Fix deleteTicket crash when ticket_custom_fields table doesn't exist
Compare 2 commits »
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 14:10:36 -04:00
d21691a548 Fix deleteTicket crash when ticket_custom_fields table doesn't exist
jared pushed to main at LotusGuild/tinker_tickets 2026-04-11 13:45:55 -04:00
b385e177ec Merge branch 'development'
60f23051a9 Fix notifications not detecting comment events
Compare 2 commits »
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 13:45:45 -04:00
60f23051a9 Fix notifications not detecting comment events
jared pushed to main at LotusGuild/tinker_tickets 2026-04-11 13:42:56 -04:00
f9faca55bb Merge branch 'development'
1b75ad14fb Fix kanban drag-and-drop to send ticket_id as string
Compare 2 commits »
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 13:42:51 -04:00
1b75ad14fb Fix kanban drag-and-drop to send ticket_id as string
jared pushed to main at LotusGuild/tinker_tickets 2026-04-11 13:41:08 -04:00
1a85d20b8e Merge branch 'development'
c442e2d47f Fix AttachmentModel ticket_id binding to preserve leading zeros
Compare 2 commits »
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 13:41:03 -04:00
c442e2d47f Fix AttachmentModel ticket_id binding to preserve leading zeros
jared pushed to main at LotusGuild/tinker_tickets 2026-04-11 13:32:07 -04:00
a62123236d Merge branch 'development'
47b70b0ee8 Fix ticket ID handling in assign and delete_attachment APIs
Compare 2 commits »
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 13:31:34 -04:00
47b70b0ee8 Fix ticket ID handling in assign and delete_attachment APIs
jared pushed to main at LotusGuild/tinker_tickets 2026-04-11 13:22:27 -04:00
b841037130 Merge branch 'development'
6b89a14a47 Fix ticket ID generation in create_ticket_api.php to avoid leading zeros
d0c889a594 Fix leading-zero ticket ID in clone_ticket.php
ab0edd1325 Implement bulk_delete operation; validate operation types
d295d64f85 Fix leading-zero ticket ID handling across API and UI
Compare 6 commits »
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 13:22:22 -04:00
6b89a14a47 Fix ticket ID generation in create_ticket_api.php to avoid leading zeros
jared pushed to main at LotusGuild/tinker_tickets 2026-04-11 13:03:22 -04:00
63092ac070 Fix leading-zero ticket ID in clone_ticket.php
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 13:03:17 -04:00
d0c889a594 Fix leading-zero ticket ID in clone_ticket.php
jared pushed to main at LotusGuild/tinker_tickets 2026-04-11 12:54:42 -04:00
f93cebe2d9 Implement bulk_delete operation; validate operation types
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 12:54:37 -04:00
ab0edd1325 Implement bulk_delete operation; validate operation types
jared pushed to main at LotusGuild/tinker_tickets 2026-04-11 12:43:35 -04:00
a3fbad19c9 Fix leading-zero ticket ID handling across API and UI
jared pushed to development at LotusGuild/tinker_tickets 2026-04-11 12:43:30 -04:00
d295d64f85 Fix leading-zero ticket ID handling across API and UI