Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix smart content website filters #162

Merged

Conversation

luca-rath
Copy link
Contributor

No description provided.

@luca-rath luca-rath added the Bug Error or unexpected behavior of already existing functionality label Jul 9, 2020
@luca-rath luca-rath requested a review from niklasnatter July 9, 2020 11:23
@@ -151,7 +151,7 @@ protected function findEntityIdsByFilters(
}

if (!empty($websiteCategories = $filters['websiteCategories'] ?? [])) {
$websiteCategoryOperator = (string) ($filters['websiteCategoryOperator'] ?? 'OR');
$websiteCategoryOperator = (string) ($filters['websiteCategoriesOperator'] ?? 'OR');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@niklasnatter niklasnatter merged commit b12307a into sulu:master Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Error or unexpected behavior of already existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants