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

@@ -41,6 +41,7 @@ class QRController extends ControllerBase {
$query = $entity_storage->getQuery()
->condition('type', 'materiau')
->condition('status', '1')
->accessCheck()
->condition('field_reference', $ref);
$results = $query->execute();
$nid = array_pop($results);