Closed (fixed)
Project:
Views Autocomplete Filters
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2019 at 14:21 UTC
Updated:
1 May 2020 at 08:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
uzlov commentedComment #3
andypostComment #4
andypostbetter keep as is
better to tell why
Comment #5
uzlov commented1. it's just empty spaces (I gess, beetter do this cleanup, no?)
2. the answer in comment and code before
If disabled option "autocomplete_dependent" (Suggestions depend on other filter fields), it means need to reset possible default falues for exposed filters.
Comment #6
uzlov commentedRestored the empty spaces.
Comment #7
uzlov commentedComment #8
andypostComment #9
nikita_ttThanks for the patch. I added a few lines for grouped filters with a default value.
Comment #10
colanMissing whitespace after `if`.
Comment #11
colanActually,
ViewsAutocompleteFiltersController->autocomplete()is way too long already. Let's not make it worse.Also, here's the missing interdiff from #9.
Comment #12
colanSorry; I forgot to pass a variable into the new method.
Comment #13
vasikeIt seems there could be some related issues and their patches ...
So added as related issues to be taken into account ...
Comment #14
vasikei put it back in "Needs work" to make sure about related issues
Comment #15
colanPlease don't create deadlock by setting a collection of independent issues to NW.
Comment #16
colanComment #18
colanThanks all!