feat(dashboard): Link the restore doc in the archived site banner (backport #7423) - #7439
Open
mergify[bot] wants to merge 1 commit into
Open
feat(dashboard): Link the restore doc in the archived site banner (backport #7423)#7439mergify[bot] wants to merge 1 commit into
mergify[bot] wants to merge 1 commit into
Conversation
The banner on the Backups tab of an archived site said only "Need help with restoring your archived site." and gave a Contact Support button. The user can do the restore without support, but the banner did not tell them how. The banner now links to the documentation that gives the steps. The Contact Support button is replaced with a link to support.frappe.io in the text, for the users who need more assistance. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> (cherry picked from commit 489f2e8)
mergify
Bot
requested review from
balamurali27 and
tanmoysrt
as code owners
September 10, 2026 09:45
Contributor
Author
|
Tick the box to add this pull request to the merge queue (same as
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7439 +/- ##
===========================================
+ Coverage 61.27% 86.89% +25.62%
===========================================
Files 1042 137 -905
Lines 99787 26322 -73465
Branches 1707 1707
===========================================
- Hits 61144 22873 -38271
+ Misses 38602 3408 -35194
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The Backups tab of an archived site shows a banner. The banner says only
"Need help with restoring your archived site." and gives a Contact Support
button. The user cannot see that they can do the restore themselves.
Change
The banner now points to the documentation that gives the steps:
The Contact Support button is removed. The text contains a link to
support.frappe.io in its place. The dismiss button does not change, and the
banner still shows only when the site is archived and it has backups.
AlertBannerputs the title into the page withv-html, so the links showcorrectly. The link markup is the same as the markup in the shared bench
upsell banner in the same file.
Test
restore-archived-siteanchor. support.frappe.io gives HTTP 200.banner shows the new text, both links work, and the button is gone.
This is an automatic backport of pull request feat(dashboard): Link the restore doc in the archived site banner #7423 done by Mergify.