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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • CiviCRM Activity Status
Pages: [1]

Author Topic: CiviCRM Activity Status  (Read 1207 times)

hyrax

  • I’m new here
  • *
  • Posts: 3
  • Karma: 0
CiviCRM Activity Status
December 09, 2008, 08:17:58 am
Can someone explain the benefit of the 'Home' status being limited to only status_id = 2?

i.e. in CRM/Activity/BAO/Activity.php
        if ( $context == 'home' ) {
            $statusClause = " civicrm_activity.status_id = 1 ";
        }

If I am home and administrator, especially, I want to see *all* the recent activities.  For example, I want to see who has recently registered, something that doesn't appear otherwise.  Can I safely change that?  Can that be an option later on?

- Daniel

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviCRM Activity Status
December 09, 2008, 09:54:01 am

You should be able to safely change that. We basically show all open activities to the admin, since the list of completed activities might be a bit too long

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • CiviCRM Activity Status

This forum was archived on 2017-11-26.