Ver a proveniência

[patch] Email inbox desktop icon fixes

version-14
mbauskar há 8 anos
ascendente
cometimento
4de21b8024
2 ficheiros alterados com 3 adições e 1 eliminações
  1. +2
    -1
      frappe/config/desktop.py
  2. +1
    -0
      frappe/patches.txt

+ 2
- 1
frappe/config/desktop.py Ver ficheiro

@@ -4,7 +4,8 @@ from frappe import _
def get_data():
return [
{
"module_name": 'Communication',
"module_name": 'Core',
"type": 'list',
"label": _('Email Inbox'),
"_label": _('Email Inbox'),
"_id": 'Email Inbox',


+ 1
- 0
frappe/patches.txt Ver ficheiro

@@ -173,3 +173,4 @@ frappe.patches.v7_2.update_communications
frappe.patches.v8_0.deprecate_integration_broker
frappe.patches.v8_0.setup_email_inbox #2017-03-29
frappe.patches.v8_0.newsletter_childtable_migrate
execute:frappe.db.sql("delete from `tabDesktop Icon` where module_name='Communication'")

Carregando…
Cancelar
Guardar