Closed (duplicate)
Project:
Drupal core
Version:
9.2.x-dev
Component:
forms system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2017 at 12:47 UTC
Updated:
9 Feb 2021 at 19:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
christianadamski commentedComment #5
grathbone commentedRan into this issue trying to figure out why the "select" Form Elements weren't going into their correct groups on Views arguments.
Wrote a patch to add the default methods.
Also, looks like this could be solved globally, so may want to watch this ticket.
https://www.drupal.org/project/drupal/issues/2190333
Comment #6
grathbone commentedComment #9
sean_e_dietrichTested patch as I was having a similar issue with a module.
Applied patch successfully.
Codebase currently
Before patching there were some issues
After applying the patch this was successful.
Comment #10
pancho@grathbone wrote:
#2190333-11: Make #group FAPI / render feature work on all form/render #types out of the box has a working patch now and solves the issue generically. Please test with your usecases.
Comment #11
larowlanWe need some tests here.
But I think it might be best to close as a duplicate of #2190333: Make #group FAPI / render feature work on all form/render #types out of the box
Comment #13
lowfidelityThanks a lot for your patch which seems to work on 8.7.8.
Tho I applied the one at https://www.drupal.org/project/drupal/issues/2190333 which fixed the problem.
Comment #16
pasqualle#2190333: Make #group FAPI / render feature work on all form/render #types out of the box should fix this issue