Closed (fixed)
Project:
Search API Solr
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Oct 2019 at 09:01 UTC
Updated:
15 Nov 2019 at 15:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
OanaIlea commentedComment #3
OanaIlea commentedComment #4
mkalkbrennerThe pt config should be removed entirely.
After that an installation of new configs should be triggered.
Comment #5
mkalkbrennerComment #6
OanaIlea commentedComment #7
mkalkbrennerpt-pt should not be a new file.
pt should be renamed to pt-pt.
This call must not happen inside the foreach.
Comment #8
OanaIlea commentedComment #9
mkalkbrennertravis.yml needs to be adjusted
Comment #10
jcnventuraThanks for the work @OanaIlea.
I still get a 'Schema incomplete' in admin/reports/status.
Comment #11
OanaIlea commentedI forgot about travis.yml again, sorry
Comment #12
cspitzlay@jcnventura: How did you apply the patch? I tried the latest one and with the patch utility I got and error when it tried to rename an existing config file:
I'm renaming it manually now and test it.
Comment #13
cspitzlayOk, that did not work as intended as some of the changes were still missing.
What seems to work is having composer apply the patch during module install (via the cweagans/composer-patches plugin).
Comment #14
cspitzlayComment #15
cspitzlayComment #16
cspitzlay@jcnventura and I checked his project code and the patch had been applied correctly and the field type was visible in the GUI. It looks like there is a second part to this issue that is not fixed yet.
Comment #18
cspitzlayComment #19
cspitzlayThe issue that remained (#3091574) should be fixed now.
@jcnventura: Please feel free to reopen if it still does not work.
Comment #20
jcnventuraYes. This, in conjunction with the other patch seems to work just fine!
Thanks!
Comment #21
mkalkbrenner