Closed (fixed)
Project:
Content locking (anti-concurrent editing)
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2025 at 15:18 UTC
Updated:
23 Jun 2026 at 15:00 UTC
Jump to comment: Most recent
Comments
Comment #4
klausiReady for review, I did not understand how to fix all deprecation warnings, but tests are green now.
Comment #5
aurelianzaha commentedthanks for the fix @klausi
Comment #6
liam morlandI don't think
block_content_add_body_field()should be removed until support for Drupal 10 is removed. Version 3.0.x should be for Drupal 10 and 11, whereblock_content_add_body_field()still exists. Version 3.1.x could be for Drupal 11 and 12 andBodyFieldCreationTraitcan be used instead. It is better to directly replace the function with the trait replacement instead of going through the intermediate step of a custom function.Comment #8
alexpottNice to come to the issue queue and fix this done. Thanks everyone!