feat: Link from profile detail to filtered backup list for that profile #101

Closed
opened 2026-06-23 15:42:12 +00:00 by jmiller · 0 comments
Owner

Summary

The Profile edit view should have a link/button to view all backups created by that profile, pre-filtered in the Backups list view.

Implementation

  • Profile edit toolbar: "View Backups" button linking to index.php?option=com_mokosuitebackup&view=backups&filter[profile_id]=X
  • Profile list: small link/badge showing backup count for each profile, clicking navigates to filtered list

Files

  • src/View/Profile/HtmlView.php — toolbar link
  • tmpl/profiles/default.php — backup count badge per row
## Summary The Profile edit view should have a link/button to view all backups created by that profile, pre-filtered in the Backups list view. ## Implementation - Profile edit toolbar: "View Backups" button linking to `index.php?option=com_mokosuitebackup&view=backups&filter[profile_id]=X` - Profile list: small link/badge showing backup count for each profile, clicking navigates to filtered list ## Files - `src/View/Profile/HtmlView.php` — toolbar link - `tmpl/profiles/default.php` — backup count badge per row
jmiller added the component: admin label 2026-06-23 15:42:12 +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#101