Problem/Motivation
NotifyGroupNode is a custom replacement for the group content enabler plugin from gnode in Group core. We add additional configuration settings, but do not define a schema for those settings. This results in a fatal error inside a test that's trying to configure group_notify since core throws an Exception about missing schema for these config knobs.
Steps to reproduce
Proposed resolution
Define the schema appropriately.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork group_notify-3558646
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #6
dwwComment #8
dwwWhoops, those commits should have said "fix" not "task". Bummer.
Oh well, at least this is fixed and #3558643: Add basic notification test coverage can proceed...