Closed (fixed)
Project:
General Data Protection Regulation
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2020 at 22:05 UTC
Updated:
25 Jun 2021 at 20:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
norman.lolAttaching a patch as first attempt. But I didn't got it working. When dumping a file it's empty. And when trying to sanitize it gives me an
Call to a member function log() on null in Drupal\gdpr_dump\Sql\GdprSqlMysql->dump()error.Comment #3
mhavelant commentedI went through the code and fixed the command not working, fixed deprecations, did some cleanup, too.
See commit 38cba49.
Comment #4
mhavelant commentedNote, I tested it with the latest version of both Drush 9 and 10 and seems to be working as expected.
Comment #5
mhavelant commentedAlso due to https://github.com/drush-ops/drush/pull/4129 I'm deprecating these classes so they can be removed later.
Comment #6
alexdmccabeComment #7
alexdmccabeThe patch doesn't apply so it needs to be rebased, but is this issue even still an issue?
Comment #8
vishalkhode commentedI've verified. Most of the changes from #2 patch is already being added. While there was some changes missing. which I've added it.
Also, I was getting below error when running command: `drush gdpr:sanitize` which also I've fixed it.
Comment #9
vishalkhode commentedMoving this to review.
Comment #11
alexdmccabeThanks everyone!