forked from civicrm/org.civicrm.civicase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRM-20642 - ActivityFeed - Implement the
include_case
filter
In the "display options", this conditionally adds a checkbox "Show case activities". Contingencies: * If the `ActivityFeed` is embedded within a case, then the `Activity.get` query filters on `case_id = civicrm#123`, and the option "Show case activities" is not available. * If "Show case activities" is enabled, then the `Activity.get` query does not filter on `case_id`. (Case and non-case activities are displayed.) * If "Show case activities" is disabled, then the `Activity.get` query filters on `case_id IS NULL`. (Only non-case activities are displayed.) Depends on civicrm/civicrm-core#10451 for correct results
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters