progressivetech / net.ourpowerbase.sumfields

The Summary Fields extension creates read-only custom data fields that extend Contact and are automatically populated with up-to-date totals such as total lifetime contributions, last contribution amount, last attended event, etc.
Other
8 stars 29 forks source link

Add option to exclude Summary Fields from advanced logging #62

Closed MegaphoneJon closed 5 years ago

MegaphoneJon commented 5 years ago

This patch handles the issues #40 raises in a more general fashion. Per the conversation on that ticket, this adds an option to exclude the Summary Fields table from advanced logging.

My use case is similar to @scoobird except that my client uses triggers, not cron, to update Summary Fields, so we need to exclude Summary Fields from logging altogether.

Some notes:

jmcclelland commented 5 years ago

Looks good Jon! Thanks for the submission. I'm about to leave town for a week so I won't have time to review it - but I will take a look when I return. I have a few PRs to go through in the queue.