Having just installed this module, I noticed that some features are missing from the d7 release?

* gdpr_dump (missing)
* custom_contact_form (missing)

Am I overlooking something, or does the gdpr_dump feature not exist for the d7 release yet? Also what would the 'custom_contact_form' module be in this case? If i'm using webforms, why would I need this other module?

Thanks for the help, and sorry for the amateur questions...I am new to compliance.

Comments

Coop920 created an issue. See original summary.

vincent_jo’s picture

Hi,

same questions here ...

Additionally:
I´ve enabled the module via drush. Got "warning" concerning composer:

One or more extensions have dependencies managed by Composer.
Update packages managed by Composer? (y/n): y
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Removing symfony/console (v2.8.34)
  - Installing symfony/console (v2.8.36)
    Downloading: 100%         

  - Installing symfony/yaml (v3.3.16)
    Downloading: 100%         

  - Installing squizlabs/php_codesniffer (2.9.1)
    Downloading: 100%         

  - Installing drupal/coder (8.2.12)
    Cloning 984c54a7b1e8f27ff1c32348df69712afd86b17f

                                                                               
  [RuntimeException]                                                           
  Failed to clone https://git.drupal.org/project/coder.git, git was not found  
  , check that it is installed and in your PATH env.                           
  sh: 1: git: not found                                                        
                                                                               

update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...

The composer.lock file is missing or not readable. Skipping security [warning]
advisory checks.

So no gdpr_dump available on the site.
Is it a server issue on our side? or a problem caused by backporting from D8 version?

The checklist itself is working so far ...

regards

Vincent

mhavelant’s picture

@Vincent_Jo
I looked into it, drupal/coder is a dev dependency. There's no real need for it in this module, I removed it.

@Coop920
The gdpr_dump has been ported.

Both things have been pushed and released in alpha5, https://www.drupal.org/project/gdpr/releases/7.x-1.0-alpha5

vincent_jo’s picture

Hi, thanks for pointing this out

Vincent

  • mhavelant committed 0486870 on 7.x-1.x
    Issue #2952294: Remove custom_contact_form from the "gdpr_modules" list.
    
mhavelant’s picture

@Coop920
I removed the "custom_contact_form" module from the list.

mhavelant’s picture

Status: Active » Needs review

  • mhavelant committed 6e9d905 on 8.x-1.x
    Issue #2952294: Remove custom_contact_form from the "gdpr_modules" list.
    
mhavelant’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.