Skip to content
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

InputfieldWrapper warnings: skipped fields because mudules doesn't exist #25

Open
cybermano opened this issue Oct 14, 2022 · 1 comment

Comments

@cybermano
Copy link

Installed PrivacyWire 1.1.1 on PW 3.0.165 from PW modules "NEW" tab -> Add Module From Directory by ModuleClassName

Noticed a few warnings for skipped fields:

  • cookie_groups
  • content_banner_text
  • content_banner_details_text
  • content_banner_privacy_link
  • content_banner_imprint_link
  • ask_consent_message

and relative "showif" dependencies, because modules doesn't exist:

  • InputfieldAsmselect
  • InputfieldCkeditor
  • InputfieldUrl

Attached screenshoot after two submit.

Solved editing PrivacyWireConfig.php at lines

15
'type' => 'asmselct' -> 'type' => 'InputfieldAsmSelect'

126, 151, 273
'type' => 'ckeditor' -> 'type' => 'InputfieldCKEditor'

167, 184
'type' => 'url' -> 'type' => 'InputfieldUrl'

Please, consider that installation of PrivacyWire 1.1.0 doesn't cause this issue for right config:

    // opt-in type
    $f = $this->modules->get('InputfieldAsmSelect');

    // banner body copy
    // banner details text
    // ask for consent text field        
    $f = $this->modules->get('InputfieldCKEditor');
    
    // privacy policy url
    // imprint url        
    $f = $this->modules->get('InputfieldURL');        

Errore Installazione PrivacyWire (2)

@cybermano cybermano changed the title InputfieldWrapper waranings: skipped fields because mudules doesn't exist InputfieldWrapper warnings: skipped fields because mudules doesn't exist Oct 14, 2022
@olafgleba
Copy link

olafgleba commented Nov 11, 2022

Can confirm this. Settings like the OP.

Works with PrivacyWire 1.1.1 on PW 3.0.200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants