dev/core#1710 Ensure that civicrm_case_activity is properly populated for use by...
authorSeamus Lee <seamuslee001@gmail.com>
Tue, 21 Apr 2020 09:21:23 +0000 (19:21 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Sun, 26 Apr 2020 23:44:33 +0000 (09:44 +1000)
commit07d4be2052dd738892e2f8632d768bbde0bd03c9
tree8e8bc438d58d86d1038e6910e37da61aff027f4d
parent11da2c0866b8bbc17116205a6424afa7db702a5d
dev/core#1710 Ensure that civicrm_case_activity is properly populated for use by report query when run in force mode

Move table definition into constructor to set alias using standard ways and only rely on the code in the buildQuery to add in the case_id column as necessary

Fix hiding of case_id column

Update to include Case ID column
CRM/Report/Form/Activity.php