- last update
over 1 year ago Patch Failed to Apply - 🇮🇳India sumit_saini
The issue is still present for grouped filters on D9.5.9. So, here is a reroll of the patch in #36.
- Status changed to RTBC
11 months ago 2:44pm 21 December 2023 - 🇬🇧United Kingdom david.qdoscc
I can confirm that this is still an issue as of D10.1.7. Patch #44 applies cleanly and resolves the issue for us.
- last update
11 months ago 29,229 pass, 27 fail - last update
11 months ago 29,229 pass, 27 fail - last update
11 months ago 29,229 pass, 27 fail - last update
11 months ago 29,229 pass, 27 fail - last update
11 months ago 29,229 pass, 27 fail - last update
11 months ago 29,224 pass, 28 fail - last update
11 months ago 29,229 pass, 27 fail - last update
11 months ago 29,229 pass, 27 fail - last update
11 months ago 29,229 pass, 27 fail - last update
11 months ago 29,229 pass, 27 fail - Status changed to Needs work
10 months ago 5:10am 14 January 2024 The Needs Review Queue Bot → tested this issue.
While you are making the above changes, we recommend that you convert this patch to a merge request → . Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)
- 🇩🇪Germany rainer f. gottlieb
It does not seem to work for role filter grouping? With 9.5 patch #36 #44 is applied but the error as described above remains, at least in our case. Maybe someone can take another look at this case.
- 🇧🇪Belgium BramDriesen Belgium 🇧🇪
Standard procedure is to fix this on the 11.x branch and then backport to other release branches.
- First commit to issue fork.
- Merge request !8925Resolve #2877061 "Illegal choice in grouped exposed filters with enabled option remember" → (Open) created by ivnish
- Status changed to Needs review
4 months ago 12:26pm 25 July 2024 - ivnish Kazakhstan
I rerolled issue fork to 11.x
I also use this patch in my project and it fixed bug from issue title
- Status changed to Needs work
4 months ago 1:29pm 25 July 2024 - 🇺🇸United States smustgrave
Still appears to need test coverage
Also can a proposed solution be added to the issue summary please
Thanks!
- Status changed to Needs review
4 months ago 7:07am 29 July 2024 - ivnish Kazakhstan
@smustgrave
Still appears to need test coverage
I added a test
Also can a proposed solution be added to the issue summary please
I don't know how to name it. "Added some code to fix the bug"? :)
- Status changed to Needs work
4 months ago 4:52pm 29 July 2024 - 🇺🇸United States smustgrave
The summary is for the committer and reviewer(s).
Looking at hte code see there is a new check what's it checking? This may help write one https://www.drupal.org/docs/develop/issues/fields-and-other-parts-of-an-... →
Not adding one will most likely delay the issue until someone wants to get the information the long way.
- Status changed to Needs review
4 months ago 9:11pm 29 July 2024 - Assigned to ivnish
- Status changed to RTBC
4 months ago 5:56am 5 August 2024 - Issue was unassigned.
- Status changed to Needs work
3 months ago 12:49pm 12 August 2024 - 🇮🇳India ankitv18
All I have noticed is that multiple if-else condition with several & operators to check
I think it should be more readable and also there are few suggestions already done on the MR by community, hence moving into NW - Status changed to RTBC
about 1 month ago 6:42am 17 October 2024 - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
Not entirely sure #63 was handled. There is still quite a lot of if elseif else nesting being added here which increases the code complexity/readability.