feat: snapshots list view missing filter/search controls #190
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The backups list view has full filter support (status, profile, date range, search). The snapshots list view (
tmpl/snapshots/default.php) has no filter controls — no search, no type filter, no date filter. As snapshot count grows this becomes hard to navigate.Suggested filters
Location
source/packages/com_mokosuitebackup/tmpl/snapshots/default.phpsource/packages/com_mokosuitebackup/forms/filter_snapshots.xml(needs creation)Branch created:
feature/190-feat-snapshots-list-view-missing-filter-Closing as a duplicate of #174.
Both request snapshots-list filter/search plus a
forms/filter_snapshots.xml. #174 is earlier and more complete — it specifies the filter XML, theSnapshots/HtmlView.phpfilterForm/activeFilterswiring, the searchtools render, and theSnapshotsModel::getListQuery()status filter, with a Backups/Profiles comparison. Consolidating on #174.