upgraded all cutom modules, themes & profile following upgrade-status

This commit is contained in:
2024-08-20 19:47:47 +02:00
parent 38501ecf4d
commit ee271ab4d8
17 changed files with 21 additions and 9 deletions

View File

@@ -22,6 +22,7 @@ function computed_field_field_index_compute($entity_type_manager, $entity, $fiel
->condition('type', $entity->bundle())
->condition('field_famille', $famille)
->sort('field_index', 'DESC')
->accessCheck(FALSE)
->range(0,1);
$nids = $query->execute();