Tags: vonroderik/Intern-Manager
Tags
chore: bump version to v1.2.3 fix(meetings): resolve SQLite binding error by passing ID instead of object Corrected MeetingDialog to pass an integer ID to the service instead of a Meeting instance. Refactored MeetingService to correctly leverage BaseService's polymorphic delete logic. This fixes the "type Meeting is not supported" error during meeting deletion.
Aqui está, formatado bonitinho para você colar direto no GitHub. 📦 Mensagem de Commit Plaintext release: v1.2.0 - Add Technical Visits module and batch operations - Implements complete CRUD for Technical Visits with photo evidence support. - Adds VisitService and VisitRepository. - Updates database schema with 'visits' table (auto-migration). - Implements 'Smart Context Menu' with multi-selection support. - Adds batch photo export functionality in Dashboard and Settings. - Refactors date handling logic in Intern model. - Adds file hygiene: deleting a visit removes the photo file from disk.