feat: Add "Run Backup" button to profile list and edit views #100

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

Summary

The Profiles list and Profile edit views should have a button to immediately run a backup using that profile, without navigating to the Backups view first.

Implementation

  • Profile list: add a "Run" icon button in the actions column for each published profile
  • Profile edit: add a "Run Backup Now" toolbar button
  • Both should trigger the stepped backup AJAX flow with the profile ID pre-selected
  • After completion, redirect to the backup detail view

Files

  • src/View/Profiles/HtmlView.php — toolbar button
  • src/View/Profile/HtmlView.php — toolbar button
  • tmpl/profiles/default.php — action column button
  • tmpl/profile/edit.php — toolbar integration
## Summary The Profiles list and Profile edit views should have a button to immediately run a backup using that profile, without navigating to the Backups view first. ## Implementation - Profile list: add a "Run" icon button in the actions column for each published profile - Profile edit: add a "Run Backup Now" toolbar button - Both should trigger the stepped backup AJAX flow with the profile ID pre-selected - After completion, redirect to the backup detail view ## Files - `src/View/Profiles/HtmlView.php` — toolbar button - `src/View/Profile/HtmlView.php` — toolbar button - `tmpl/profiles/default.php` — action column button - `tmpl/profile/edit.php` — toolbar integration
jmiller added the component: admin label 2026-06-23 15:42:07 +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#100