-
Notifications
You must be signed in to change notification settings - Fork 6
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-2570: Allow to alter facet creation. #155
Conversation
modules/oe_list_pages_open_vocabularies/src/Event/SearchApiConfigurationEvents.php
Outdated
Show resolved
Hide resolved
modules/oe_list_pages_open_vocabularies/src/Event/SearchApiFacetUpdateEvent.php
Outdated
Show resolved
Hide resolved
modules/oe_list_pages_open_vocabularies/src/Event/SearchApiFacetUpdateEvent.php
Outdated
Show resolved
Hide resolved
modules/oe_list_pages_open_vocabularies/src/Event/SearchApiFacetUpdateEvent.php
Outdated
Show resolved
Hide resolved
modules/oe_list_pages_open_vocabularies/src/Event/SearchApiFacetUpdateEvent.php
Outdated
Show resolved
Hide resolved
modules/oe_list_pages_open_vocabularies/src/Event/SearchApiFacetUpdateEvent.php
Outdated
Show resolved
Hide resolved
@@ -133,7 +143,11 @@ public function updateConfig(OpenVocabularyAssociationInterface $association, st | |||
$facet->setFacetSourceId($list_source->getSearchId()); | |||
$facet->setWidget('oe_list_pages_multiselect', []); | |||
$facet->setFieldIdentifier($property_path); | |||
$facet->save(); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This event is also thrown if the vocabulary association is being edited so we should either rename it or make it only to be fired for new associations being saved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blind
OPENEUROPA-[Insert ticket number here]
Description
[Insert description here]
Change log
Commands