You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
The text was updated successfully, but these errors were encountered:
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
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:
and relative "showif" dependencies, because modules doesn't exist:
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:
The text was updated successfully, but these errors were encountered: