seitime-frappe/frappe/integrations/doctype
Andy Zhu 209393ecbd
Fix (S3-Backup-Setting): ensure recipients and sender are corre… (#9417)
* fix: sender is not set to current user

I am not sure if I did it right:
1. import frappe
2. check if the sender is None: using frappe.session.user to fetch email address for current user

* fix: update the correct field name for S3-backup-setting

The field variable name should be updated to 'notify_email' instead of 'notification_email'.

* style: remove a trailing whitespace

* fix: Assign notify_email instead of calling frappe.db.get_value twice

* chore: remove default sender and notify_email check

* default sender already gets set in queue.py, so there's no need for a
  check inside __init__.py

* notify_email seems to be a mandatory field, so there's no need to
  check if the field has a value (assuming that it always will).

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>

Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
2020-02-08 14:36:05 +05:30
..
braintree_settings Allow custom confirmation page (#5835) 2018-07-19 12:50:35 +05:30
dropbox_settings fix(Dropbox): Make "Take Backup Now" button visible only if dropbox is enabled 2019-07-05 15:24:40 +05:30
google_calendar fix: TypeError: 'NoneType' object is not iterable 2019-10-11 15:07:26 +05:30
google_contacts fix: TypeError: 'NoneType' object is not iterable 2019-10-11 15:07:26 +05:30
google_drive fix: translations 2019-08-29 18:12:57 +05:30
google_settings fix: translations 2019-08-29 18:12:57 +05:30
integration_request fix: Rename Reference DocType -> Reference Document Type 2019-09-05 15:47:40 +05:30
ldap_group_mapping add group ldap settings 2019-07-15 19:02:57 +08:00
ldap_settings Fix indentation 2019-08-07 17:08:58 +02:00
oauth_authorization_code [minor] remove in_dialog old property 2018-05-16 12:51:01 +05:30
oauth_bearer_token [minor] remove in_dialog old property 2018-05-16 12:51:01 +05:30
oauth_client fix(translations): Incorrect syntax 2020-01-29 15:22:35 +05:30
oauth_provider_settings [minor] remove in_dialog old property 2018-05-16 12:51:01 +05:30
paypal_settings fix: merge conflict 2019-06-18 18:45:21 +05:30
razorpay_settings Merge pull request #8808 from scmmishra/razorpay-orders 2019-11-25 12:10:15 +05:30
s3_backup_settings Fix (S3-Backup-Setting): ensure recipients and sender are corre… (#9417) 2020-02-08 14:36:05 +05:30
slack_webhook_url Slack integration (#5640) 2018-06-11 15:11:00 +05:30
social_login_key Merge version-12-hotfix to develop (#9095) 2019-12-23 12:24:52 +05:30
social_login_keys fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
stripe_settings fix: stripe api payment receipt email 2020-01-13 17:22:44 +05:30
webhook fix: hash secret before assigning to header 2020-01-13 15:43:57 +05:30
webhook_data Cleanup and Docs for Webhooks 2017-09-14 17:26:34 +05:30
webhook_header [Fix] Codacy Errors 2017-09-10 18:30:50 +05:30
__init__.py Moved Backup Manager and Social Login keys to the new Integrations Module, prepared frappe for Mandrill Integration 2015-08-11 12:03:13 +05:30