Closed (fixed)
Project:
General Data Protection Regulation
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 May 2018 at 15:40 UTC
Updated:
3 Sep 2018 at 09:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
perpignan commented+1 Same issue
Comment #3
dsnopekI was able to get this disabled via drush by doing:
There's a hidden dependency on Drupal 8.5, because gdpr_tasks depends on a version of the 'entity' module that only works on Drupal 8.5, which is why we needed to disable this.
Comment #4
baluertlComment #5
mhavelant commentedThe dependencies have now been defined in the info.yml files, so incompatible modules should no longer be installable.
As for "can't be uninstalled due to xy field", for now, you can use drush or the UI to remove the problematic fields.
Not being able to remove fields that use plugin-defined field types is the expected Drupal behavior, so in this issue we should probably provide a list of the depending fields and blocking uninstall until they are removed by hand (similarly to "there's data for this module, remove it before uninstalling"; see: drupal issue 2688945).
Comment #6
kosa ilma commentedThe module gives details on the uninstall page.
Comment #7
kosa ilma commentedComment #8
baluertlComment #9
baluertlMoving issue state manually from Fixed 🠂 to Closed (fixed) in the hope that issue queue gets cleaner a bit.