-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save information that data were exported #157
Comments
Hi @scardinius |
Hi @veda-consulting Apart from that it relies on new civicrm hook scardinius/civicrm-core@f46c373 which is not included into civicrm core yet. I think we should wait until CRM_Utils_Hook::exportIds will be official hook. |
Hi @veda-consulting I've just published my proposal for new type of hook needed for this feature |
Hi @veda-consulting I have a good news :-) Core team approved my modifications to export hook PR #176 is ready to use |
Hi @veda-consulting I created a fix for this feature because civicrm core changed a bit :-) |
Fixed in recent release. |
Because of GDPR rules we have to save information that some data were exported. Those could be contact, activity or contribution objects.
I'm going to prepare solution for action "Export contacts", "Export actiivities" etc.
Each exported object will have a new type activity, for example "Contact exported", "Activity exported" with additional fields as id of object, subject, who exported.
It's necessary to use new type of hook, because hook_civicrm_export doesn't have ids of objects
scardinius/civicrm-core@f46c373
So at this branch caltha-eu:dev-157 is my proposal
https://github.com/veda-consulting/uk.co.vedaconsulting.gdpr/compare/master...caltha-eu:dev-157?expand=1
The text was updated successfully, but these errors were encountered: