- Issue created by @rraney
- πΊπΈUnited States rraney
Additional information:
I started thinking about the error having to do with Taxonomy. We are using "Departments" as a Taxonomy vocabulary in Workbench Access. In the Departments taxonomy, there is hierarchy. I wonder if this module has an issue with figuring out hierarchy for taxonomy? This is as far as I've gone with that line of reasoning.
- Status changed to Needs review
about 1 year ago 7:30pm 18 September 2023 - πΊπΈUnited States agentrickard Georgia (US)
This (I think) is a change to how field settings are stored in Drupal 8 and 9,
The problem is right here in lines 113-117, in that $handler_settings might not be set, so !empty fails on later versions of PHP.
$bundles = $this->entityTypeBundleInfo->getBundleInfo('taxonomy_term'); if (isset($this->configuration['handler_settings'])) { $handler_settings = $this->configuration['handler_settings']; } $bundle_names = !empty($handler_settings['target_bundles']) ? $handler_settings['target_bundles'] : array_keys($bundles);
- last update
about 1 year ago 43 pass - last update
about 1 year ago 43 pass - last update
about 1 year ago 43 pass -
agentrickard β
committed 09096a18 on 2.0.x
Issue #3384300 by agentrickard, rraney: Undefined array key error
-
agentrickard β
committed 09096a18 on 2.0.x
- Status changed to Fixed
about 1 year ago 5:49pm 4 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.