mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
really do not show thirdparty which are not active
This commit is contained in:
@@ -113,7 +113,8 @@ class ThirdPartyApiSearch implements SearchApiInterface
|
||||
[],
|
||||
...$pertinenceArgs
|
||||
))
|
||||
->andWhereClause(implode(' AND ', $wheres), array_merge(
|
||||
->andWhereClause(implode(' AND ', $wheres)
|
||||
.' AND tparty.active IS TRUE and (parent.active IS TRUE OR parent IS NULL)', array_merge(
|
||||
[],
|
||||
...$whereArgs
|
||||
));
|
||||
|
Reference in New Issue
Block a user