Skip to content
Snippets Groups Projects
Commit 8287145f authored by Alina Basarabeanu's avatar Alina Basarabeanu Committed by Jakob P
Browse files

Issue #3391652 by Alina Basarabeanu: Fix the issues reported by the Upgrade Status

parent 09e68d28
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ class GoogleTagUpgradeManager extends GoogleTagMigrateBase {
public function upgradeGoogleTagEntities(): void {
$storage = $this->entityTypeManager->getStorage('google_tag_container');
$entity_ids = $storage->getQuery()
->accessCheck(TRUE)
->condition('status', 1)
->sort('weight')
->execute();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment