Closed (fixed)
Project:
Entity Usage
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2026 at 13:01 UTC
Updated:
8 Jul 2026 at 13:40 UTC
Jump to comment: Most recent
doBulkRevisionable correctly slices processed IDs off revision_ids (lines 385-386) and refills when empty. doBulkNonRevisionable sets entity_ids on init and never modifies it again during processing. The actual entity loop uses a fresh query via current_id each call. So
entity_ids stays non-empty (for any site with entities), and the elseif refill branch never fires.
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
alexpottComment #5
alexpottComment #7
alexpott