Closed (fixed)
Project:
Facets
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2021 at 15:05 UTC
Updated:
4 Mar 2021 at 20:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
karlsheaComment #3
karlsheaOops PHP 7.3!
Comment #4
borisson_This looks great and it seems like all tests still pass.If this wasn't going to work I guess all (integration) tests would be broken ;)
Would love another review to confirm, but moving to rtbc in the meantime.
Comment #5
heddn+1 from me.
Comment #6
borisson_Patch seems to have conflicted with something else that I committed today.
Comment #7
karlsheaConflict in the services yaml.
Comment #8
karlsheaComment #10
borisson_Committed and pushed, thanks.
Comment #11
mkalkbrennerAfter this commit I can't "install from existing config" anymore:
Drupal 9.1
Comment #12
karlsheaIs search_api installed at that point? If it can't find the class that seems like a composer autoloader issue, there's a
use Drupal\search_api\Event\SearchApiEventsat the top ofSearchApiSubscriber.Could it be that facets requires search_api in
require-devinstead ofrequire?Comment #13
karlsheaMoving over to #3199156: Module installation is broken if search_api will be installed as dependency