removed duplicate download backup link
This commit is contained in:
parent
bb1a79bd41
commit
c2a2128bad
2 changed files with 1 additions and 10 deletions
|
|
@ -208,15 +208,6 @@ def get_data():
|
|||
"description": _("Install Applications."),
|
||||
"icon": "icon-download"
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Backup Manager",
|
||||
"label": _("Download Backup"),
|
||||
"onclick": "frappe.ui.toolbar.download_backup",
|
||||
"icon": "icon-download-alt",
|
||||
"description": _("Send download link of a recent backup to System Managers"),
|
||||
"hide_count": True
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Backup Manager",
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ def unsubscribe(doctype, name, email):
|
|||
return_unsubscribed_page(email, doctype, name)
|
||||
|
||||
def return_unsubscribed_page(email, doctype, name):
|
||||
frappe.respond_as_web_page(_("Unsubscribed"), _("{0} has has left the conversation in {1} {2}").format(email, _(doctype), name))
|
||||
frappe.respond_as_web_page(_("Unsubscribed"), _("{0} has left the conversation in {1} {2}").format(email, _(doctype), name))
|
||||
|
||||
def flush(from_test=False):
|
||||
"""flush email queue, every time: called from scheduler"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue