fix: Append to condition misleading message (#17696)
* Update Append to doctype description Hello, To append email to a doctype to enable automatic creation, there are two required fields listed  However, there is a third one required which is lacking in the above description (as seen below), because the email settings of the document must be enabled.  I propose to simply modify the sentence to the following : Append as communication against this DocType (must have fields ("Status", "Subject") and "Sender" defined in the related doctype Email Settings). To avoid any problem, in the code, it becomes the following : Append as communication against this DocType (must have fields (\"Status\", \"Subject\") and \"Sender\" defined in the related doctype Email Settings). The same must be applied in email_domain.json and in lots of csv in translations of course. Pierre * Update email_domain.json * Updated sentence email account * Updated sentence of email domain * More brackets * More brackets * Typo * Update email_account.json * No dot
This commit is contained in:
parent
63c3c8ff84
commit
2d1fe02dba
2 changed files with 4 additions and 4 deletions
|
|
@ -214,7 +214,7 @@
|
|||
},
|
||||
{
|
||||
"depends_on": "eval: doc.enable_incoming && !doc.use_imap",
|
||||
"description": "Append as communication against this DocType (must have fields, \"Status\", \"Subject\")",
|
||||
"description": "Append as communication against this DocType (must have field \"Status\" and both \"Sender\" and \"Subject\" defined in the related doctype Email Settings)",
|
||||
"fieldname": "append_to",
|
||||
"fieldtype": "Link",
|
||||
"hide_days": 1,
|
||||
|
|
@ -630,4 +630,4 @@
|
|||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"track_changes": 1
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"label": "Attachment Limit (MB)"
|
||||
},
|
||||
{
|
||||
"description": "Append as communication against this DocType (must have fields, \"Status\", \"Subject\")",
|
||||
"description": "Append as communication against this DocType (must have field \"Status\" and both \"Sender\" and \"Subject\" defined in the related doctype Email Settings)",
|
||||
"fieldname": "append_to",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 1,
|
||||
|
|
@ -143,4 +143,4 @@
|
|||
],
|
||||
"sort_field": "modified",
|
||||
"sort_order": "DESC"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue