-
Notifications
You must be signed in to change notification settings - Fork 16
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
Undefined index when saving group content #256
Comments
Can you please provide steps to reproduce, as I'm not seeing it. |
Just basic usage (however, I am on
I verified on a fresh install as I initially had workbench moderation enabled when I first saw this. Full stack trace:
|
Thanks, I'll check. |
Checked on a clean installation with But I believe there is something there - so if you can/ want to send me your DB dump (or even better try to debug it 😄 ) |
I'll dig in a bit to see what's going on :) |
I dug into this a bit. The field config's handler settings by default are missing langcode: en
status: true
dependencies:
config:
- field.storage.node.og_group_ref
- node.type.article
- node.type.page
module:
- og
id: node.article.og_group_ref
field_name: og_group_ref
entity_type: node
bundle: article
label: 'Groups audience'
description: 'OG group audience reference field.'
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
handler: 'og:default'
handler_settings:
target_bundles:
page: page
access_override: false
field_type: og_standard_reference |
Thanks for digging! The (btw, Variable name could probably change to something like |
The text was updated successfully, but these errors were encountered: