- πΊπΈUnited States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request β as a guide.
Tested #64 as #65 steps were not provided.
Can confirm the issue described in the IS and the steps were perfect.
Applied patch
Now am able to save the group filter without issue.Searching for loadMultiple($query->execute()); only none test file I saw was TermStorage.php
Just to be extra safe could we do something like
$terms = []; $results = $query->execute(); if (isset($results)) { $terms = $this->termStorage->loadMultiple($results); }