feat: Backup type filter in backups list view #68

Closed
opened 2026-06-21 16:51:57 +00:00 by jmiller · 0 comments
Owner

Summary

Add a "Backup Type" filter dropdown to the backups list view, alongside the existing status and profile filters. Currently users can only filter by status and search by description.

Filter Options

  • All Types (default)
  • Full Site
  • Database Only
  • Files Only
  • Differential

Files

  • forms/filter_backups.xml — add backup_type filter field
  • src/Model/BackupsModel.php — add type filter to query
## Summary Add a "Backup Type" filter dropdown to the backups list view, alongside the existing status and profile filters. Currently users can only filter by status and search by description. ## Filter Options - All Types (default) - Full Site - Database Only - Files Only - Differential ## Files - `forms/filter_backups.xml` — add `backup_type` filter field - `src/Model/BackupsModel.php` — add type filter to query
jmiller added the component: admin label 2026-06-21 16:51:57 +00:00
Sign in to join this conversation.
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteBackup#68