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:12 UTC
Updated:
2 Mar 2026 at 21:05 UTC
Jump to comment: Most recent
Files: src/Form/ConvertBundlesForm.php and src/Controller/EntityController.php
The form stores $this->currentUser = $current_user->id();. The property name implies it contains a user/account object, but it stores an integer/string ID. This reduces readability.
Rename the property to $currentUserId
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.olstadReviewing
Comment #7
joseph.olstadComment #8
joseph.olstad