CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • CIVICRM_ACTIVITY_ASSIGNEE_MAIL ignored after upgrade
Pages: [1]

Author Topic: CIVICRM_ACTIVITY_ASSIGNEE_MAIL ignored after upgrade  (Read 529 times)

artfulrobot.com

  • I post occasionally
  • **
  • Posts: 81
  • Karma: 4
CIVICRM_ACTIVITY_ASSIGNEE_MAIL ignored after upgrade
May 28, 2012, 01:22:07 am
I've been using this setting, introduced at http://issues.civicrm.org/jira/browse/CRM-5695 on 3.4 and have recently upgraded to 4.1. My client has noticed that emails are now being sent.

I have done a quick grep of the codebase and can't find any reference to this constant. Has it been dropped deliberately? Is there another way to disable these emails?

artfulrobot.com

  • I post occasionally
  • **
  • Posts: 81
  • Karma: 4
Re: CIVICRM_ACTIVITY_ASSIGNEE_MAIL ignored after upgrade
May 28, 2012, 01:57:39 am
Ok, I've found the setting, but it's not exactly easy to change.

mysql> select * from civicrm_setting where name='activity_assignee_notification'\G
*************************** 1. row ***************************
          id: 28
  group_name: CiviCRM Preferences
        name: activity_assignee_notification
       value: i:1;
   domain_id: 1
  contact_id: NULL
   is_domain: 1
component_id: NULL
created_date: 2012-05-25 09:43:52
  created_id: NULL
1 row in set (0.00 sec)

mysql> update civicrm_setting set value='i:0;' where id=28;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0




Why has the CIVICRM_ACTIVITY_ASSIGNEE_MAIL been silently deprecated? Or was it just an oops? Or is there a GUI for editing these settings?

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CIVICRM_ACTIVITY_ASSIGNEE_MAIL ignored after upgrade
May 28, 2012, 02:55:58 am
Quote
Why has the CIVICRM_ACTIVITY_ASSIGNEE_MAIL been silently deprecated? Or was it just an oops? Or is there a GUI for editing these settings?

It is not deprecated, there is UI for editing it. check below link
http://drupal.demo.civicrm.org/civicrm/admin/setting/preferences/display?reset=1

HTh
Kurund
Found this reply helpful? Support CiviCRM

artfulrobot.com

  • I post occasionally
  • **
  • Posts: 81
  • Karma: 4
Re: CIVICRM_ACTIVITY_ASSIGNEE_MAIL ignored after upgrade
May 28, 2012, 05:20:04 am
Hi Kurund

Thanks. I've submitted a (v. simple) patch
http://issues.civicrm.org/jira/browse/CRM-10277

that I think might help others.

Rich

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • CIVICRM_ACTIVITY_ASSIGNEE_MAIL ignored after upgrade

This forum was archived on 2017-11-26.