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

EWPP-760: Configurable sort options. #114

Merged
merged 2 commits into from
Jan 11, 2022
Merged

EWPP-760: Configurable sort options. #114

merged 2 commits into from
Jan 11, 2022

Conversation

upchuk
Copy link
Contributor

@upchuk upchuk commented Oct 18, 2021

No description provided.

imanoleguskiza
imanoleguskiza previously approved these changes Oct 25, 2021
sergepavle
sergepavle previously approved these changes Oct 26, 2021
'search_api',
'search_api_db',
'oe_list_pages_event_subscriber_test',
'oe_list_pages_filters_test',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'oe_list_pages_filters_test',

* Constructs a new ListPageSourceAlterEvent.
*
* @param string $entity_type
* The The entity type.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* The The entity type.
* The entity type.

Comment on lines +586 to +587
$default_sort = $bundle->getThirdPartySetting('oe_list_pages', 'default_sort', []);
return $default_sort;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
$default_sort = $bundle->getThirdPartySetting('oe_list_pages', 'default_sort', []);
return $default_sort;
return $bundle->getThirdPartySetting('oe_list_pages', 'default_sort', []);

imanoleguskiza
imanoleguskiza previously approved these changes Nov 5, 2021
sergepavle
sergepavle previously approved these changes Nov 8, 2021
@upchuk upchuk merged commit c2efc7a into master Jan 11, 2022
@upchuk upchuk deleted the EWPP-760 branch January 11, 2022 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants