Improve activity demo data - more types #24314
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
The core demo data creates related activities (Contribution, Event, Membership) and stand-alone activities. It came up when demo-ing in Manchester that the stand-alone ones are a pain because you need to know that 'Meeting' will find nothing & 'Tell a Friend' is where it's at. This extends the types of activities in the sample data
Before
https://dmaster.demo.civicrm.org/civicrm/admin/search#/create/Activity?params=%7B%22version%22:4,%22select%22:%5B%22activity_type_id:label%22,%22COUNT(id)%20AS%20COUNT_id%22,%22GROUP_CONCAT(DISTINCT%20subject)%20AS%20GROUP_CONCAT_subject%22%5D,%22orderBy%22:%7B%7D,%22where%22:%5B%5B%22activity_type_id:name%22,%22NOT%20IN%22,%5B%22Contribution%22,%22Event%20Registration%22%5D%5D%5D,%22groupBy%22:%5B%22activity_type_id%22%5D,%22join%22:%5B%5D,%22having%22:%5B%5D%7D
After
Technical Details
Comments