We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b711bae commit 49ab2d9Copy full SHA for 49ab2d9
src/Entity/Jacq/Herbarinput/Specimens.php
@@ -380,7 +380,7 @@ public function getAnnotation(bool $replaceNL2BR = false): ?string
380
381
public function getVisibleStableIdentifiers(): Collection
382
{
383
- $criteria = Criteria::create()
+ $criteria = Criteria::create(true)
384
->where(Criteria::expr()->eq('visible', true));
385
386
return $this->stableIdentifiers->matching($criteria);
0 commit comments