- Issue created by @ambot112
- π΅πPhilippines ambot112
Checks if the object is an instance of RevisionableEntityBundleInterface
- πΊπΈUnited States loze Los Angeles
Im getting the same error with commerce product entity bundles. The path gets rid of the error but it also removes the OG fields from valid entity types, like nodes.
- Merge request !13Check for RevisionableEntityBundleInterface in og_ui_form_alter β (Open) created by loze
- Status changed to Needs review
9 months ago 3:11am 28 August 2024 - πΊπΈUnited States loze Los Angeles
MR!13 gets this working for me.
I'm checking the entity not the form object for an instance of RevisionableEntityBundleInterface.
- Issue was unassigned.
- Status changed to Postponed: needs info
19 days ago 5:05pm 20 May 2025 - π¨π¦Canada joelpittet Vancouver
Moving to 2.x because that is where we are doing most of the dev. I feel like I would have run into and fixed this already, are the steps to recreate this accurate? I just created a webform without seeing the error in the issue summary.
The bigger question is because webform's aren't
bundle
able norcontent
entities, should they even see the options? I am not sure here, maybe @claudiu.cristea or @amitaibu can chim in?Just a heads-up: assigning tasks to yourself can be a bit of a double-edged sword. Itβs easy to lose track of them, and they can end up stalled. When in doubt, itβs usually better to leave them unassigned.
- πΊπΈUnited States loze Los Angeles
Confirming that this is no longer an issue.
this is the commit that resolved it. https://git.drupalcode.org/issue/og-3306494/-/commit/dc7f4e138e90d4fa234...