Closed (fixed)
Project:
Convert Bundles
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2026 at 15:24 UTC
Updated:
2 Mar 2026 at 21:35 UTC
Jump to comment: Most recent
File: convert_bundles.module
hook_entity_operation_alter() reads action config names using a direct SQL query on the config table. This bypasses Drupal config APIs and adds unnecessary DB-level complexity.
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 #2
andrii momotov commentedI assigned the task myself because I plan to fix this issue and make a Merge Request.
Please do not work on this issue.
Comment #4
andrii momotov commentedCreated MR. Please review. Thanks.
Comment #5
joseph.olstadComment #7
joseph.olstad