bp/app/Modules/Tasks/Views/tasks
Vladimir Tomashevskiy 052560c9b4 Refactor: Create shared AttachmentService and AttachmentModel
- Created common AttachmentService for all modules (app/Services/)
- Created common AttachmentModel (app/Models/)
- Created common migration (app/Database/Migrations/)
- Updated Tasks module to use shared AttachmentService
- Added Twig functions: format_filesize(), get_file_icon()
- Removed duplicate TaskAttachmentModel and task_attachments migration
- AttachmentService can be used by any module: task, deal, contact, etc.
2026-02-08 20:34:11 +00:00
..
calendar.twig some fixes 2026-02-08 16:57:25 +03:00
form.twig start tasks module 2026-01-23 08:48:06 +03:00
index.twig some fixes 2026-02-08 16:57:25 +03:00
kanban.twig some fixes 2026-02-08 16:57:25 +03:00
show.twig Refactor: Create shared AttachmentService and AttachmentModel 2026-02-08 20:34:11 +00:00