- Issue created by @AstonVictor
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - Issue was unassigned.
- Status changed to Needs review
over 1 year ago 3:16pm 21 November 2023 - πΊπ¦Ukraine AstonVictor
Created a new MR.
While working found that we cannot add dependency injection to
ParagraphEditForm
class because it requires addingcontent_translation
module as a dependency.
in that case, I moved all code from theinit()
method tohook_ENTITY_TYPE_prepare_form()
function. - Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - π³π±Netherlands bbrala Netherlands
I'm gonna defer this review to another developer. ;x
- Status changed to RTBC
9 months ago 9:25am 12 July 2024 - π³π±Netherlands bbrala Netherlands
This seems fine, perhaps we should merge β¨ Drupal 11 compatibility and gitlab Needs review first and get that into 3.0 to get gitlab running also for phpstan/cs validation.
- π³π±Netherlands bbrala Netherlands
Also updated the 3.x issue with the same changes, then upgrading wont be too hard for users: π Automated Drupal 11 compatibility fixes for paragraphs_edit Needs review